Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.coinvoyage.io/v2/fees/balance \ --header 'Authorization-Signature: <authorization-signature>'
{ "amount_cents": 150, "fiat": "USD" }
Retrieve the claimable fee balances for the authenticated organization
Authorization header format: 'APIKey=<api_key>,signature=,timestamp=<unix_timestamp>'
Fee balances retrieved successfully
USD
EUR
"USD"
150
Was this page helpful?