Last updated 6 months ago
Was this helpful?
Allows you to fetch the current business balance and allocation ratio of a given business.
/api/v1/balances/{businessId}
The business ID to search by.
curl -L \ --url '/api/v1/balances/{businessId}' \ --header 'Authorization: YOUR_API_KEY'
{ "businessId": "231cd908-65de-4f88-983e-83ba17102a6c", "businessName": "businessName", "fiatAllocation": "0.7", "settlementFiatCurrency": "EUR", "settlementFiatAmount": "10000.55", "displayFiatAmount": "12000", "cryptoAllocation": "0.3", "settlementCryptoCurrency": "USDC", "settlementCryptoAmount": "50000.123456", "displayCryptoAmount": "55000" }