Questions tagged [coinbase-api]

Questions about the Coinbase API for buying, selling, storing, and transferring digital currency. Please do not ask general support questions here.

Coinbase is an online platform for buying, selling, transferring, and storing digital currency.

Links:

663 questions
2
votes
0 answers

Unable to fetch fiat account for coinbase transfers

I'm trying to initiate withdrawals and deposits but the USD cash account is no longer listed in get accounts results or even when I follow the resource link from the results of payment methods to the fiat resource. I'm able to access the account…
2
votes
1 answer

POST requests with the Coinbase Pro API using Google Apps Script

I'm working with the Coinbase Pro API and while it's working well for GET requests I'm getting an "Invalid signature" when I try a POST request to place an order. I suspect that this may be something related to the "body" of the message since this…
2
votes
2 answers

How to get historic Bitcoin Price Index using coinbase or any other open source API

I would like to get a history of the bitcoin price. For example I would like to be able to provide a start_date and end_date for a search/filter. Are there any open source and trusted api with almost accurate prices for this? I have noticed that…
Thabo
  • 1,303
  • 2
  • 19
  • 40
2
votes
1 answer

coin-base pro web socket current copy of order book (level 2)

hi is it possible to keep an up to date copy of the order book in an array from the level 2 web socket feed similar to how it is on the website or in the first message returned as snapshot snapshot returned from level 2 update as…
user2692997
  • 2,001
  • 2
  • 14
  • 20
2
votes
1 answer

Coinbase API - Transfer Between Accounts not actually transferring despite 200 response

I am working on a project that requires using Coinbase API v2 to make a transfer between two wallets. When I make a call to the API (https://api.coinbase.com/v2/accounts/:account_id/transactions), I am receiving a 200 Success Response Code with an…
jlars789
  • 155
  • 9
2
votes
1 answer

Delphi 10.2 Coinbase Pro API Signature

I'm attempting to integrate the Coinbase Pro API into my program with Delphi 10.2. The Coinbase Pro API requires four different headers, one of them being a signature that's encrypted. I'm having issues forming a valid signature. According to the…
Mike W
  • 21
  • 2
2
votes
0 answers

Missing parameter: `type`

anyone has idea why coinbase api respond {'errors': [{'id': 'invalid_request', 'message': 'Missing parameter:type'}]} https://api.coinbase.com/v2/accounts/account_number/transactions with params tx = { 'type': 'request', 'to':…
2
votes
2 answers

How to use coinbase API for node.js

Is there anyone experience with using coinbase API for node.js I am following the npm coinbase documentation but It is not working. I am simply trying to get the price of the bitcoin. I did first installed coinbase between, so that is not the…
Saad Hassan
  • 313
  • 2
  • 10
2
votes
2 answers

Coinbase API sandbox development version

Is there any sandbox for Coinbase, like in this old URL https://developers.coinbase.com/blog/2015/02/20/sandbox# for a demo page version, where the data is not in production?
2
votes
0 answers

Why coinbase official library python and nodejs are deprecated in github?

Try contacting the coinbase support team but I have no answer. I am interested in using your api, but I don't understand why it changes the "python and nodejs" official libraries to "deprecated". Anyone have news? https://github.com/coinbase enter…
2
votes
1 answer

Coinbase Pro API {"message":"invalid signature"}

I'm running the thing through a Laravel project. I've been tearing my hair out for a while now. What I have so far is cribbed from the Coinbase Pro API documentation. $request_path = "/orders"; $body = array('size' => $size, 'price' =>…
Corey
  • 78
  • 5
2
votes
1 answer

Coinbase Pro API "invalid signature" RUBY

I am following Coinbase pro API and API 'invalid signature' error. I have attached my code. I have also try with production account but error is still same. class Coinbase def initialize() @end_point =…
Anuj Dhanju
  • 523
  • 3
  • 13
2
votes
0 answers

Coinbase API transferMoney not supporter anymore? Not Found error

Im currently trying to transfer Bitcoin to ETH through two of my accounts using the official Coinbase NodeJS Library. Ive basically copied the code from the documentation but included the currency argument which is required. Heres my code: for (var…
Lukeyyy
  • 25
  • 3
2
votes
0 answers

Why does API Key authentication not work on Coinbase Pro using Crypto-JS?

I am really battling to get API Key authentication working with Coinbase Pro using the Crypto-JS library in React Native. I have followed the instructions here: https://docs.pro.coinbase.com/#authentication import axios from 'axios'; import { Buffer…
2
votes
1 answer

How to convert via the Coinbase API

Within the Coinbase app one can convert digital currencies (see the image below). But does one convert via the Coinbase or Coinbase Pro API?
Bob van Luijt
  • 7,153
  • 12
  • 58
  • 101