Coinbase iOS客户端在send_money上获得错误403

时间:2015-12-01 09:28:19

标签: ios coinbase-api

当我使用send:to:withNotes:withHandler:方法发送BitCoins时,将调用失败块,并提供错误本地化描述,提示错误403被禁止。

1 个答案:

答案 0 :(得分:0)

来自Coinbase API的403响应通常意味着您的API密钥或OAuth令牌缺少required scopes以满足您的特定要求。

根据方法的名称,听起来好像是Send Money请求,这需要wallet:transactions:send范围/权限。

您可以使用Show Authorization Info请求检查您拥有API密钥或OAuth令牌的权限。