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
3
votes
1 answer

How can I receive a payment notification when I receive Bitcoin in a wallet on Coinbase?

I am building a bitcoin payment processor based on Coinbase. I will receive Bitcoin from end users. Coinbase lets wallet owners receive notifications of various events via a webhook. Which event will be generated when a user sends Bitcoin to my…
FightForJustice
  • 335
  • 4
  • 16
3
votes
0 answers

Where can I find the assets api used on the coinbase website?

I want to build chart for currencies like charts on the coinbase website. When I inspected the request for this api, the api is https://www.coinbase.com/api/v2/assets/BTC-USD/historic?resolution=day it also can be accessed…
Aui Cheng
  • 53
  • 1
  • 4
3
votes
0 answers

Impossible to use coinbase API into a docker container

I don't understand why when I'm tring to use my python coinbase app into a docker container, I allways get a coinbase.wallet.error.AuthenticationError: APIError(id=authentication_error): invalid api key I've checked my API key is correct and present…
3
votes
1 answer

Coinbase API - Having trouble with the signature in API requests

I'm having trouble using the API to send money from one set account into another account via email address for off-chain transactions. There's probably a simple solution to this but I haven't found anything that has worked for me yet despite reading…
3
votes
1 answer

Coinbase API not triggering notification URL

I have a Coinbase API setup with a notification URL. I know the API integration is working, because I've done some testing with listing the accounts and creating addresses. I know the notification URL is accessible, because I've tried it in the…
Fibericon
  • 5,684
  • 12
  • 37
  • 64
3
votes
1 answer

Can't install coinbase API with pip

Python 3.6 pip3 Whenever I run pip3 install coinbase I get the error c:\users\zac\appdata\local\programs\python\python36-32\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory error: command…
Zac
  • 109
  • 1
  • 1
  • 8
3
votes
1 answer

Implementation of gdax-java as a library

I am trying to implement this API: https://github.com/robevansuk/gdax-java in order to be able to create orders, withdraw funds, and deposit funds via Coinbase and exchanging in GDAX for bitcoins. I am trying to make a trade program for Bitcoins…
Pablo
  • 1,302
  • 1
  • 16
  • 35
3
votes
0 answers

coinbase sdk unable to get response

I am using this three methods to update coinbase but i am not getting response in any of them, please help me, here is my code: [primaryAccount requestAmount:@"0.001" amountCurrencyISO:@"BTC" from:@"1EbKfp6W6K2rtubuVEMDoaytWMsY4wtNHM" notes:@"Test…
3
votes
1 answer

Coinbase API Python client.get_historic_prices()

I'm new to Python and API and am trying to start with some basics like making a list/plot of old BTC prices. I imported the Coinbase Wallet Client and used client.get_historic_prices(), which gave me a list of the price at midnight UTC for 365…
joepetrowski
  • 165
  • 2
  • 10
3
votes
1 answer

How to get a string with new address using coinbase api and php

i'm trying to use Coinbase Wallet PHP Library (from here:https://github.com/coinbase/coinbase-php) . $client->createAccountAddress($account, $address); - when i using it - creates new address. But i want to print in to the customer. $address =…
T.Ten
  • 71
  • 5
3
votes
1 answer

Verify Coinbase IPNs using HTTP_X_SIGNATURE

I have integrated Coinbase for bitcoin transactions and, in addition to other security features already implemented, would like to verify that IPNs actually came from them using their signature. Their support indicated to "Verify that the correct…
valME.io
  • 109
  • 1
  • 3
3
votes
2 answers

Get amount of Bitcoins at an address with PHP

I'm using Coinbase, but they don't have an API call to get the amount of Bitcoins per address, but only per account, which is a collection of addresses. Does anyone have an API call for this? I'd prefer to not to reinvent the wheel by setting up my…
tim peterson
  • 23,653
  • 59
  • 177
  • 299
3
votes
2 answers

Check if bitcoin address is valid?

I was wondering Is there any way to check if a bitcoin address is valid? I'm using ruby on rails. Perhaps I can send one satoshi to the account with coinbase api and see if it resolves?
Alain Goldman
  • 2,896
  • 5
  • 43
  • 75
2
votes
2 answers

How to use testnet during development in Coinbase Wallet

Apologies if this is a silly question, but I've searched around and have found no obvious way to select an Ethereum testnet while developing an application to support Coinbase Wallet. Am I missing something obvious or is only Mainnet supported?…
spheres
  • 39
  • 6
2
votes
0 answers

Coinbase API returns Cloudflare captcha check and fails to execute

After a year of my server working perfectly fine, since last week, I am no longer able to successfully hit the Coinbase API, even though no code has been changed on my side whatsoever. The response I'm currently getting from all calls, is a HTML…