fees
Get Fee Balances
Retrieve the claimable fee balances for the authenticated organization
get/fees/balance
Headers
Authorization-Signaturestring required
Authorization header format: 'APIKey=<api_key>,signature=<signature>,timestamp=<unix_timestamp>'
Response
Fee balances retrieved successfully
Example response
{
"amount_cents": 150,
"fiat": "USD"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.