
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 …
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 325 times
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:
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 …
Coinbase: Authenticating with JWT in PHP - Stack Overflow
Apr 15, 2024 · I'm trying to use the advanced trade API from Coinbase in PHP. They decided to go with JWT but didn't give an example in PHP. So I tried this code of mine but it is returning NULL. I have …
How to get transactions from Coinbase API V3? - Stack Overflow
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 date range …
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 ...
coinbase-api python library getting started - Stack Overflow
Jan 16, 2018 · With that being said, the currency names you are trying to use aren't in the list of supported currencies. I would advise finding an alternative to this api. You can see that the currency …
coinbase api always 401 unauthorized - Stack Overflow
Jan 27, 2021 · I have waited faithfully for well over 48 hours since generating api keys as suggested and no matter what I do, every coinbase api call gives 401 Unauthorized I have checked basic non …
How to pull wallet information/balance from Coinbase API
Jul 9, 2021 · 0 I'm trying to get a program working that will simply get wallet data and crypto prices from the coinbase API, I'm not looking to make buy/sell/trade requests with it. I've been going through the …