Coinbase [List Transactions Call]返回404错误

时间:2018-03-12 15:37:19

标签: api get postman coinbase-api

在Postman中验证Coinbase API调用时遇到了困难。

我能够成功地在Postman中进行以下调用:

GET https://api.coinbase.com/v2/accounts/:account_id

但是当我做下一个时:

GET https://api.coinbase.com/v2/accounts/:account_id/transactions

它返回以下错误:

 {
     "errors": [
         {
             "id": "not_found",
             "message": "Not found"
         }
     ]
 }

我是一个完全的初学者。如果需要任何其他信息,请告诉我。任何帮助都会非常感激,因为我已经坚持了几天。

0 个答案:

没有答案