Skip to main content

Trading Account Endpoints

Exchange account management endpoints.

EndpointMethodDescription
tradingAccount.connectPOSTConnect exchange account
tradingAccount.disconnectPOSTDisconnect account
tradingAccount.listGETList accounts
tradingAccount.portfolio.listGETList portfolio positions

Overview​

Trading account endpoints allow you to:

  • Connect exchange accounts using API credentials
  • Manage connected accounts
  • Query portfolio balances

Connecting Accounts​

  1. Obtain API credentials from your exchange
  2. Use tradingAccount.connect to register the account
  3. Use the returned tradingAccountId for trading operations

Account Status​

StatusDescription
ACTIVEAccount is connected and operational
DISABLEDAccount is temporarily disabled
DISCONNECTEDAccount has been disconnected

Portfolio Structure​

Portfolio positions show:

  • balance - Total asset balance
  • available - Balance available for trading
  • locked - Balance locked in open orders

See Also​