【发布时间】:2021-03-29 06:07:52
【问题描述】:
我正在尝试通过 Pro Coinbase 的沙盒使用 API withdrawal/crypto,但我得到:
Code: 403
Message: Invalid scope
我在 API 权限设置中有这个配置
那么,怎么了?也许是沙盒的问题?提前致谢!
【问题讨论】:
标签: php permissions cryptography coinbase-api
我正在尝试通过 Pro Coinbase 的沙盒使用 API withdrawal/crypto,但我得到:
Code: 403
Message: Invalid scope
我在 API 权限设置中有这个配置
那么,怎么了?也许是沙盒的问题?提前致谢!
【问题讨论】:
标签: php permissions cryptography coinbase-api
当使用sandbox ui时,coinbase沙箱也会出现403,“Invalid scope”错误。
基于此,这似乎是 Coinbase Pro 沙盒本身的问题。
【讨论】:
范围限制: wallet:transactions:send 在 coinbase 中每位用户每天 1.00 美元的限制。 您的提款限额为:1.00 美元/天(此时 1 美元 = 0.000028 BTC)
【讨论】: