brianddk/pyexch

[api-oa2-doc] Undocumented magic code needed for /oauth/authorize

Closed this issue · 2 comments

Per Coinbase Dev Forums, new magic data is needed for the /oauth/authorize endpoint when wallet:transactions:send is active.

This needs to be documented.

pyexch/pyexch/exchange.py

Lines 323 to 329 in b52d941

self._params.update(
{
"meta[send_limit_amount]": 1,
"meta[send_limit_currency]": "USD",
"meta[send_limit_period]": "day",
}
)

Todo

Verified that this is fixed using the new OAuth2 URLs