Coinbase Prime API
cURL
curl --request GET \ --url https://api.prime.coinbase.com/v1/entities/{entity_id}/tf_tiered_fees
{ "fees": [ { "symbol": "BTC", "fee": "4" } ] }
Get trade finance tiered pricing fees for a given entity at a specific time, default to current time.
The unique ID of the entity
The fees on a specific effective date in RFC3339 format
A successful response.
The response is of type object.
object
Was this page helpful?