dsbo44836129 2019-07-01 19:44
浏览 76

Coinbase在帐户之间转移

I have created OAuth2 Applications and successfully connected into it using this instructions https://developers.coinbase.com/docs/wallet/coinbase-connect/integrating and with the next permissions wallet:user:read, wallet:transactions:transfer wallet:accounts:read and got access token.

Then I have got my user and account's info using https://api.coinbase.com/v2/user , https://api.coinbase.com/v2/accounts links without problems, but when I try to make transaction between two accounts it always returns me the next

[errors] => Array
        (
            [0] => Array
                (
                    [id] => service_unavailable
                    [message] => It looks like we encountered a problem. Sorry for the trouble!
                )

)

I didn't find description about these errors in documentation, what does it mean? where is the problem?

My curl request is the same as in documentation https://developers.coinbase.com/api/v2#transfer-money-between-accounts but additionally with and description fileds

url https://api.coinbase.com/v2/accounts/2bbf394c-193b-5b2a-9155-3b4732659ede/transactions
  -X POST
  -H 'Content-Type: application/json'
  -H 'Authorization: Bearer abd90df5f27a7b170cd775abf89d632b350b7c1c9d53e08b340cd9832ce52c2c'
  -d '{
    "type": "transfer",
    "to": "58542935-67b5-56e1-a3f9-42686e07fa40",
    "currency":"BTC",   
    "description":"my first coins"
    "amount": "0.00001"
  }'
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 关于#目标检测#的问题:大概就是类似后台自动检测某下架商品的库存,在他监测到该商品上架并且可以购买的瞬间点击立即购买下单
    • ¥15 神经网络怎么把隐含层变量融合到损失函数中?
    • ¥30 自适应 LMS 算法实现 FIR 最佳维纳滤波器matlab方案
    • ¥15 lingo18勾选global solver求解使用的算法
    • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
    • ¥20 测距传感器数据手册i2c
    • ¥15 RPA正常跑,cmd输入cookies跑不出来
    • ¥15 求帮我调试一下freefem代码
    • ¥15 matlab代码解决,怎么运行
    • ¥15 R语言Rstudio突然无法启动