Deal HistoryGET
Return historical balance and trading deals in an inclusive UTC-second range, ordered by newest creation second. Reuse the returned nextToken unchanged to fetch each subsequent page.
Authorization
Authorization<token>Bearer access token issued by the admin login flow.
In: header
Path Parameters
accountIdRequiredstringQuery Parameters
limitintegerNumber of deals to return (default: 10, max: 100)
"int32"fromstringInclusive lower bound, truncated to a UTC second. Omit for all history.
"date-time"tostringInclusive upper bound, truncated to a UTC second. Omit to use the current time.
"date-time"nextTokenstringOpaque cursor from the previous response; omit for the first page.
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).