Create SessionPOST
Authenticate a client profile and issue an end-user access token for client-facing trading services.
Authorization
Authorization<token>Bearer access token issued by the admin login flow.
In: header
Request Body
application/jsonRequiredEnd-user (client) credentials for issuing a trading access token.
emailstringpasswordstringA successful response.
Withdraw Funds
Create a withdrawal transaction that debits funds from the specified trading account.
Admin Login
Authenticate a back-office user (CRM/broker operator) and issue a bearer admin access token used to call this API. Tokens are valid for 30 days. Requests must originate from a whitelisted IP address.