About 17,000,000 results
Open links in new tab
  1. 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:

  2. 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 …

  3. Connecting to Coinbase Sandbox API using - Stack Overflow

    Sep 5, 2024 · Connecting to Coinbase Sandbox API using Asked 1 year, 4 months ago Modified 11 months ago Viewed 324 times

  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. 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 …

  6. Cloud API key authentication not working for python : r/CoinBase

    Jan 15, 2024 · Coinbase surely need to look into this bug. Also the timestamp is an int, not a string like the old API. import jwt from cryptography.hazmat.primitives import serialization import time import …

  7. Coinbase Advanced trade API connectivity using python3 is not working

    Dec 21, 2022 · I tried below code based on the coinbase documentaion coinbase doc The documentation is given for Python2 but i have modified and used it for Python3 because i am trying …

  8. getting specific wallet balance from coinbase using python api

    Sep 1, 2020 · getting specific wallet balance from coinbase using python api Asked 5 years, 4 months ago Modified 4 years, 10 months ago Viewed 3k times

  9. Coinbase API: How to get spot-prices of all supported coins

    Dec 9, 2021 · Is there an API for getting all spot-prices of supported with just one call ? For now, it seems possible only for each currency pair e.g.) BTC-USD However, I've found the following API to …

  10. javascript - Coinbase API - Keep getting Invalid API Key despite ...

    Feb 9, 2022 · I'm trying to set me up an application to interact with Coinbase API but I'm struggling with the API Key/Secret. Based on my code: import { readFile } from 'fs'; import crypto from 'crypto'; import