Deal HistoryGET
Return historical balance and trading deals for the specified account within the requested date range.
Authorization
Authorization<token>Bearer access token issued by the admin login flow.
In: header
Path Parameters
accountIdRequiredstringQuery Parameters
limitintegerFormat:
"int32"fromstringFormat:
"date-time"tostringFormat:
"date-time"A successful response.
Credit Out
Decrease the account credit ledger. Requires the 'funding:credit-out' permission. Credit may go negative; policy lives in CRM.
Deposit Funds
Create a deposit transaction that credits funds to the specified trading account. Requires the 'funding:deposit' permission; callers without it receive 403 AUTH_NO_PERMISSION (onboarding-only tokens do not include funding access).