GET
/
v1
/
client
/
info
curl --request GET \
  --url https://api-evm.orderly.org/v1/client/info \
  --header 'orderly-account-id: <orderly-account-id>' \
  --header 'orderly-key: <orderly-key>' \
  --header 'orderly-signature: <orderly-signature>' \
  --header 'orderly-timestamp: <orderly-timestamp>'
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "account_id": "<string>",
    "email": "test@test.com",
    "account_mode": "FUTURES",
    "max_leverage": 20,
    "taker_fee_rate": 0,
    "maker_fee_rate": 0,
    "futures_taker_fee_rate": 0,
    "futures_maker_fee_rate": 0,
    "maintenance_cancel_orders": true,
    "imr_factor": {
      "PERP_BTC_USDC": 123,
      "PERP_ETH_USDC": 123,
      "PERP_NEAR_USDC": 123
    },
    "max_notional": {
      "PERP_BTC_USDC": 123,
      "PERP_ETH_USDC": 123,
      "PERP_NEAR_USDC": 123
    }
  }
}

Headers

orderly-timestamp
string
required
orderly-account-id
string
required
orderly-key
string
required
orderly-signature
string
required

Response

200 - application/json
OK
success
boolean
required
data
object
required
timestamp
integer