Read-Only Token Permissions

API Permissions

The following Private API endpoints can be accessed in Read-Only mode:

  • GET /account
  • GET /orders
  • GET /userPosition
  • GET /userTradesHistory
  • GET /userTransferHistory
  • GET /userFundingHistory

All public API endpoints continue to be accessible as before.

Socket Permissions

The following socket events in the userUpdates room can be subscribed to in Read-Only mode.

  • AccountDataUpdate
  • OrderUpdate
  • PositionUpdate
  • UserTrade

All globalUpdates continue to be available without the need of the Read-Only token.