Trade Credit Balances

Gets accounts' trade credit balance

GET https://api.aquanow.io/users/v1/tradeCreditBalance

Query Parameters

NameTypeDescription

accountId*

String

The accountId to fetch the balances for

Headers

NameTypeDescription

x-api-key*

String

{{x-api-key}}

API Auth Key

x-signature*

String

49c6260c194f4d7ed5cb917dc70b9821673246b2abc1cf28f05df6a75fd24181e00f8e57b321d15ae45db58b3bffe27a

Signature created using your API secret

x-nonce*

Number

1657731573930

Timestamp in millisecond

Returns a TradeCreditBalanceObject

{
    "unutilizedCreditUSD": 962103.3538520804,
    "accountId": "CA1000051R",
    "updatedAt": 1713377094457,
    "username": "user_username",
    "creditLimitUsd": 1000000
}

Last updated