About 61,800 results
Open links in new tab
  1. Question: 401 Unauthorized Error for Coinbase Advanced Trade API …

    Jan 16, 2025 · Are there additional permissions or authentication steps required for this endpoint? Does the Coinbase Advanced Trade API require specific headers or signing for this endpoint? Any insights …

  2. python - How can I use COINBase RESTClient - Stack Overflow

    Jun 12, 2025 · fastapi uvicorn[standard] # for environment variables python-dotenv # Coinbase Advanced Trade API client coinbase-advanced-py Here is the server code:

  3. Connecting to Coinbase Sandbox API using - Stack Overflow

    Sep 5, 2024 · 0 With your Sandbox API key and API secret, you should use the sandbox URL like this:

  4. How to get transactions from Coinbase API V3? - Stack Overflow

    Dec 25, 2024 · Correct API key permissions: Make sure that the API key has the correct permissions to access trade data. Date range and filters: Make sure the transactions you are querying fall within the …

  5. Coinbase API v2 Getting Historic Price for Multiple Days

    Dec 23, 2017 · I'm having some trouble with a Coinbase.com API call for historical data. Previously, I was getting a variable length of days that would match the amount of space available on a terminal …

  6. how do i properly access the coinbase advanced api

    Jul 27, 2023 · im trying to access the coinbase adveanced api ut im getting this error: Traceback (most recent call last): File "D:\user\coinbase_neural_network.py", line 47, in collect_data candles = a...

  7. How can I get started with Coinbase Advanced Trade REST API

    Jul 1, 2023 · I'm trying to create a bot that trades using "Coinbase Advanced Trade" specifically with Python. For the past couple of weeks I've been trying to formulate some code to get me connected to …

  8. Newest 'coinbase-php' Questions - Stack Overflow

    Oct 26, 2022 · Coinbase API returning invalid access token (Oauth token) I'm using PHP and I've successfully generated an access token for a user using Coinbase Oauth2 to sign in to my …

  9. I want to use coinbase API to send / withdraw btc from account with php

    Dec 28, 2020 · I want to send btc using my account with api with php. I tried coinbase api from github which is depreciated https://github.com/coinbase/coinbase-php and i am getting ...

  10. 401/Unauthorized while doing REST vs Coinbase Advanced Trade …

    Dec 29, 2023 · I am querying coinbase advancedTrade using node/javascript, using their most recent v3 api. They recommend using axios, then implement an authentication scheme using jsonwebtoken. I …