Account
Get account's current details
Get current account state, such as balance, available funds, PnL, etc. Field names can be fetched from /config route.
get/trade/accounts/{accountId}/state
Path parameters
accountIdinteger required
Account identifier.
Headers
accNuminteger required
Account number
Response
OK
Example response
{
"s": "ok"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.