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
3 answers

How to import conversions in coinbase api?

Right now coinbase supports so called "conversions" that allow to convert from one currency to another. For example, you can convert some of your BTC to XRP. In CSV they return both buy & sell amount in Notes field: Notes | Converted 0.27235696 BTC…
maxpovver
  • 1,580
  • 14
  • 25
2
votes
3 answers

Converting from BTC to another currency

From Coinbase API can you convert from Bitcoin to, for example, USDC? I cannot see any reference but I have this feature on the app. I wonder if API supports (or expects support for) this operation, or it just that I'm missing something.
Pataquer
  • 283
  • 1
  • 14
2
votes
0 answers

Coinbase transfer between accounts returns "Not found"

I'm trying to transfer BTC and BCH between accounts. Looking through the documentation I have found the following: https://developers.coinbase.com/api/v2#transfer-money-between-accounts First off I believe there is an error in their example, as the…
StingerID4
  • 21
  • 2
2
votes
1 answer

Coinbase-pro for Node.js - Websocket connection breaking with error: read ECONNRESET

I'm currently stuck with an issue I'm getting with the coinbase-pro-node npm package (https://github.com/coinbase/coinbase-pro-node). I'm connecting to the matches channel and listening for messages there but the connection with the Websocket breaks…
Marko Grbic
  • 91
  • 1
  • 1
  • 7
2
votes
1 answer

Unable to retrieve certain information (order history, trading accounts) using coinbase pro api

There seems to be a lot of unnecessary blending of GDAX documentation and Coinbase Pro documentation. I understand the GDAX is going to be deprecated, but some of the code still works. I am unable to retrieve order information using the Coinbase Pro…
2
votes
1 answer

AuthenticationError: invalid signature coinbase nodejs

Here is my code wanna create a new addresss using nodejs : var Client = require('coinbase').Client; var client = new Client({ 'apiKey': 'myApiKey', 'apiSecret': 'myApiSecret' }); console.log(client) var…
2
votes
1 answer

Access Coinbase API using HTTR and R

I am trying to pull a list of Coinbase accounts into R using their API. I receive an authentication error saying "invalid signature". Something is clearly wrong when I create my sha256 signature but I can't figure out what the issue is. I have not…
Sobo
  • 113
  • 1
  • 8
2
votes
0 answers

Coinbase Authentication Signature in Swift

I am trying to communicate with the Coinbase API server. I think I have tried every permutation of HMAC, key, signatures, times etc. and just can't get authenticated. I am using AlamoFire and Moya for my REST calls: Here is my latest HMac code that…
jimijon
  • 2,046
  • 1
  • 20
  • 39
2
votes
0 answers

Coinase API issue

I am trying to use Coinbase api. However there is no luch. Here is my code of the function: public void sendPaymnet(String accountEmail){ Coinbase cb = new CoinbaseBuilder() .withApiKey(System.getenv("xxxxxxx"),…
2
votes
0 answers

Did Coinbase discontinue their API Access or just Oauth2?

Got a letter from Coinbase: Hi there, Thank you for contacting Coinbase Support and our apologies for the delay in responding. As of August 22nd, it was decided that functionality for all Oauth applications, both approved applications and…
jimijon
  • 2,046
  • 1
  • 20
  • 39
2
votes
1 answer

TypeError: Cannot read property 'name' of null when creating new wallet

I'm using the code given on the docs to create a new wallet, and it says that I am getting a: TypeError: Cannot read property 'name' of null error. My code looks like: var Client = require('coinbase').Client; // blank intentionally, but completed…
Olivier Gabison
  • 78
  • 1
  • 13
2
votes
1 answer

GDAX/Coinbase API Level3 orderbook - skipping messages

I'm using the GDAX API Websocket Stream to try and create a copy of the full LEVEL3 orderbook. I've got a very simple implementation using WebSocketSharp and Im basically doing something like this. private readonly WebSocket _webSocket = new…
Maxim Gershkovich
  • 45,951
  • 44
  • 147
  • 243
2
votes
0 answers

Access Coinbase Create Account API using curl without OAuth2

I am using Coinbase Wallet Endpoints of Coinbase API in my application and trying to hit create_account API https://developers.coinbase.com/api/v2#create-account using curl without OAuth2. According to Coinbase documentation, curl command would be…
umair
  • 21
  • 2
2
votes
1 answer

Get live Exchange rates with coinbase api

I want to get live lists of all the exchange rates with Coinbase API. I realize that by using this: https://coinbase.com/api/v1/currencies/exchange_rates, I always get the same values, I guess these values change once per day. Is it possible to get…
Christose
  • 23
  • 6
2
votes
1 answer

Coinbase buy widget not activated

I would like to use "https://buy.coinbase.com" widget. I created a "Buy Widgets" in my API access tab and now I have a code but my widget is not activated. How can I activate it ?
Charly berthet
  • 1,178
  • 5
  • 15
  • 31