Skip to main content
This section describes the REST endpoints and corresponding TypeScript SDK methods for retrieving user account information, balances, positions, executions, and account statistics.

REST Endpoints

TypeScript SDK

Retrieve the authenticated user’s root account:
Retrieve all sub-accounts:
Retrieve account balances:
Retrieve positions:
Retrieve execution history:
Retrieve account statistics:

Timestamp Fields

REST resources use Unix timestamps in milliseconds. Common timestamp fields include:
  • created_time
  • updated_time
  • timestamp_ms
Some legacy responses may still include the timestamp field for backward compatibility.