v2

latestOpenAPI 3.1.02026-07-3139137119.0 KB
fees

Get Fee Balance

get/fees/balance

Headers

Authorization-Signaturestring required

HMAC-SHA256 signature header: 'APIKey=<api_key>,signature=<hex>,timestamp=<unix_timestamp>'. The signature is computed over METHOD + path (with the /v3 prefix stripped) + timestamp.

Response

Claimable fee balance

Example response

{
  "fee_balance": {
    "amount_cents": 150,
    "fiat": "USD"
  }
}
All 39 operations