v1
latestOpenAPI 3.0.02026-07-2640301.0 MBAccount Endpoints
account/balance
This endpoint returns details on your current account balance and available funds.
get/account/balance
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
Currencystring
3 character currency code for the currency to fetch transactions for. If this is not specified it will be defaulted to the account's local currency (generally CAD).
AsOfDatestring date
A date in ISO 8601 format (yyyy-mm-dd) representing the date for which you want to retrieve the balance. If not provided, the current balance will be returned.
Response
Example response
{
"Success": true,
"Currency": "CAD",
"AsOfDate": "2020-01-01",
"RollupAvailableBalance": "1280000.00",
"RollupAccountBalance": "18000.00"
}