brianddk / pyexch

REST based Python Exchange API
Apache License 2.0
0 stars 2 forks source link

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

Closed brianddk closed 5 months ago

brianddk commented 5 months ago

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.

https://github.com/brianddk/pyexch/blob/b52d941240f15f79de0a6e27c3148a4791458bec/pyexch/exchange.py#L323-L329

brianddk commented 5 months ago

Todo

brianddk commented 5 months ago

Verified that this is fixed using the new OAuth2 URLs