🔒Get business balance

Get business balance

GET https://payments.finrax.com/api/v1/balances/:id

Allows you to fetch the current business balance and allocation ratio of a given business.

Path Parameters

NameTypeDescription

id

integer

Unique business identifier

{
    "businessId": "19dee3c4-4dc9-4bcc-b8ed-92e3d4f256bd",
    "businessName": "My Awesome Business",
    "fiatAllocation": "0.9",
    "settlementFiatCurrency": "EUR",
    "settlementFiatAmount": "250000",
    "displayFiatAmount": "250000",
    "cryptoAllocation": "0.1",
    "settlementCryptoCurrency": "USDT",
    "settlementCryptoAmount": "25000",
    "displayCryptoAmount": "22452.50"
}

Last updated