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

How to add balance to the user's account of a website directly, where payment gets done in the coinbase?

We are building a website where the payment is done by coinbase. Here the logged in users of the website adds credit to their account through payment from coinbase using the btc address. We added the coinbase API with our website, but we are…
username_allowed
  • 194
  • 1
  • 1
  • 15
-2
votes
1 answer

Register a new user using the coinbase API?

We are creating a DiFi app and I'd like our customers to be able to sign up to coinbase and go through KYC/AML so they have an account in their name, but without them having to leave our site. The reason we want them to have their own account is…
-2
votes
1 answer

Coinbase Pro Example Query

What resources to use writing a Coinbase Pro Client ?? I'm trying to write an example Coinbase Pro client e.g. lists all your wallets and transactions. This Example I'm not sure how to handle / decode the API-Secret…
Thorsten Niehues
  • 13,712
  • 22
  • 78
  • 113
-2
votes
2 answers

Is there any way to integrate coinbase with java?

I was using below code to get the response but I Was getting the 403 error URL url = new URL ("https://api.commerce.coinbase.com/checkouts"); Map map=new HashMap(); HttpURLConnection connection = (HttpURLConnection) url.openConnection(); …
Aman Mate
  • 3
  • 2
-2
votes
1 answer

Coinbase API keys required for non-auth endpoints?

Using the coinbase API (in Python) to try and get price information for currency pairs. supposedly this endpoint does not require authentication and sure you can get the information from a http request. But if you want to use the Client from…
-2
votes
1 answer

What type off address should you create to accept payments?

I am looking at this library. https://github.com/bitcoinjs/bitcoinjs-lib There are numerous type of addresses to choose from: Generate a random address Generate an address from a SHA256 hash Generate a 2-of-3 P2SH multisig address Generate a SegWit…
Joon
  • 9,346
  • 8
  • 48
  • 75
-2
votes
1 answer

Is there a way to create a new Coinbase account for someone else (as a gift) using the API?

I'd like to know if there's a way to use the Coinbase API create a new Coinbase account for someone who doesn't have a Coinbase account and possibly even deposit some Bitcoin/Ethereum for them in it? I've seen the API docs on Authentication but it…
epan
  • 372
  • 3
  • 14
-2
votes
1 answer

Transaction not showing up in transactions list

A transaction shows up on my Coinbase transactions list online, and it also shows up when querying for it directly via the python api: client.get_transaction(account_id, transaction_id) However it doesn't show up in transactions list amongst other…
iceanfire
  • 563
  • 6
  • 15
-2
votes
2 answers

how to integrate coinbase api in php for transfer bitcoine

I want to transfer bitcoin through bitcoin address in PHP please share the proper link. https://developers.coinbase.com/docs/merchants/payment-buttons
Priya
  • 1
  • 1
  • 4
-2
votes
2 answers

How to pass json object with api in iOS

https://api.coinbase.com/v1/transactions/send_money pass bellow Parameter with this api. { "transaction": { "to": "user1@example.com", "amount": "1.234", "notes": "Sample transaction for you" } }
Mitul Marsoniya
  • 5,272
  • 4
  • 33
  • 57
-3
votes
1 answer

Coinbase "Send Money" API returns html BAD REQUEST response (Go)

I am trying to access coinbase's Send Money api endpoint documented here but when I try it out, I am getting back an html response which seems to indicate cloudflare is blocking me but I'm not sure: 400 Bad…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/go" class="post-tag grid--cell" title="show questions tagged 'go'" rel="tag">go</a> <a href="../../questions/tagged/coinbase-api" class="post-tag grid--cell" title="show questions tagged 'coinbase-api'" rel="tag">coinbase-api</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 01 '23 at 20:51">asked Apr 01 '23 at 20:51</time> <a href="../../users/8115392/adk992" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/8115392.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="adk992" /> </a> <div class="s-user-card--info"> <a href="../../users/8115392/adk992" class="s-user-card--link">adk992</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">9</li> <li class="s-award-bling s-award-bling__bronze" title="1 bronze badges">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-71024559"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/71024559/new-to-python-making-a-crypto-trading-bot" class="question-hyperlink">New to Python. Making a crypto trading bot</a></h3> <div class="excerpt">At this point in my development I am trying to gather market data for more than one currency every 10 seconds and filter out only price, time, and currency name and put it in a dataframe. Here is my code so far: import websocket, json, pandas as…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/ubuntu" class="post-tag grid--cell" title="show questions tagged 'ubuntu'" rel="tag">ubuntu</a> <a href="../../questions/tagged/trading" class="post-tag grid--cell" title="show questions tagged 'trading'" rel="tag">trading</a> <a href="../../questions/tagged/cryptocurrency" class="post-tag grid--cell" title="show questions tagged 'cryptocurrency'" rel="tag">cryptocurrency</a> <a href="../../questions/tagged/coinbase-api" class="post-tag grid--cell" title="show questions tagged 'coinbase-api'" rel="tag">coinbase-api</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 07 '22 at 19:52">asked Feb 07 '22 at 19:52</time> <a href="../../users/8728594/ayden-stacy" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/8728594.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="ayden stacy" /> </a> <div class="s-user-card--info"> <a href="../../users/8728594/ayden-stacy" class="s-user-card--link">ayden stacy</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-56609425"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>4</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/56609425/why-do-i-need-to-use-a-callback-is-this-case" class="question-hyperlink">Why do I need to use a callback is this case</a></h3> <div class="excerpt">I'm trying to work out the Coinbase Pro node.js API. When running this: const buyParams = { price: '100.00', // USD size: '1', // BTC product_id: 'BTC-USD', }; authedClient.buy(buyParams, callback); I have the following error callback is not…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/node.js" class="post-tag grid--cell" title="show questions tagged 'node.js'" rel="tag">node.js</a> <a href="../../questions/tagged/coinbase-api" class="post-tag grid--cell" title="show questions tagged 'coinbase-api'" rel="tag">coinbase-api</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 15 '19 at 10:18">asked Jun 15 '19 at 10:18</time> <a href="../../users/6273496/simon-breton" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/6273496.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Simon Breton" /> </a> <div class="s-user-card--info"> <a href="../../users/6273496/simon-breton" class="s-user-card--link">Simon Breton</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">2,638</li> <li class="s-award-bling s-award-bling__gold" title="7 gold badges">7</li> <li class="s-award-bling s-award-bling__silver" title="50 silver badges">50</li> <li class="s-award-bling s-award-bling__bronze" title="105 bronze badges">105</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-30607085"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/30607085/how-to-setup-coinbase-wallets-for-users-of-my-app" class="question-hyperlink">How to setup coinbase wallets for users of my app?</a></h3> <div class="excerpt">I would like to have users sign up for my app with email address, and be given a coinbase wallet with as little friction as possible. I would then like to send them some coins to get them started. Is this even possible? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/bitcoin" class="post-tag grid--cell" title="show questions tagged 'bitcoin'" rel="tag">bitcoin</a> <a href="../../questions/tagged/coinbase-api" class="post-tag grid--cell" title="show questions tagged 'coinbase-api'" rel="tag">coinbase-api</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 02 '15 at 21:38">asked Jun 02 '15 at 21:38</time> <a href="../../users/2121745/andy" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2121745.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Andy" /> </a> <div class="s-user-card--info"> <a href="../../users/2121745/andy" class="s-user-card--link">Andy</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">259</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badge">4</li> <li class="s-award-bling s-award-bling__bronze" title="16 bronze badge">16</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-25525735"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/25525735/how-to-handle-a-coinbase-callback-in-nodejs" class="question-hyperlink">How to Handle a Coinbase Callback in NodeJS?</a></h3> <div class="excerpt">How to Handle a Coinbase Callback in NodeJS to Recieve Instant Bit Coin Payment Notifications ? Please I need example. Note : I'm using SailsJS MVC Framework. </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/node.js" class="post-tag grid--cell" title="show questions tagged 'node.js'" rel="tag">node.js</a> <a href="../../questions/tagged/sails.js" class="post-tag grid--cell" title="show questions tagged 'sails.js'" rel="tag">sails.js</a> <a href="../../questions/tagged/bitcoin" class="post-tag grid--cell" title="show questions tagged 'bitcoin'" rel="tag">bitcoin</a> <a href="../../questions/tagged/coinbase-api" class="post-tag grid--cell" title="show questions tagged 'coinbase-api'" rel="tag">coinbase-api</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 27 '14 at 11:15">asked Aug 27 '14 at 11:15</time> <a href="../../users/736583/eyad-farra" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/736583.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Eyad Farra" /> </a> <div class="s-user-card--info"> <a href="../../users/736583/eyad-farra" class="s-user-card--link">Eyad Farra</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,403</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="24 silver badge">24</li> <li class="s-award-bling s-award-bling__bronze" title="26 bronze badge">26</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/coinbase-api_page=43" rel="prev" title="Go to page 43">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/coinbase-api_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/coinbase-api_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/coinbase-api_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <div class="s-pagination--item is-selected">44</div> <a class="s-pagination--item" href="../../questions/tagged/coinbase-api_page=45" rel="" title="Go to page 45">45</a> <a class="s-pagination--item" href="../../questions/tagged/coinbase-api_page=45" rel="next" title="Go to page 45"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>