Отсутствует параметр: `type` - PullRequest
0 голосов
/ 07 мая 2020

кто-нибудь знает, почему coinbase api отвечает {'errors': [{'id': 'invalid_request', 'message': 'Missing parameter: type '}]}

https://api.coinbase.com/v2/accounts/account_number/transactions с параметрами tx = { 'type': 'request', 'to': 'user@example.com', 'amount': '0.001', 'currency': 'BTC', }

и отлично работает, если я собираюсь отправить tx = { 'type': 'send', 'to': 'user@example.com', 'amount': '0.001', 'currency': 'BTC', }

...