GET
/
v1
/
entities
/
{entity_id}
/
tf_tiered_fees
curl --request GET \
  --url https://api.prime.coinbase.com/v1/entities/{entity_id}/tf_tiered_fees
{
  "fees": [
    {
      "symbol": "BTC",
      "fee": "4"
    }
  ]
}

Path Parameters

entity_id
string
required

The unique ID of the entity

Query Parameters

effective_at
string

The fees on a specific effective date in RFC3339 format

Response

200
application/json

A successful response.

The response is of type object.