GET
/
v1
/
get_all_accounts
Check Account Details of an Address
curl --request GET \
  --url https://api.orderly.org/v1/get_all_accounts
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "user_id": 24,
        "account_id": "0xb129e074a17dfba8d652ae1eca21c7d6bb6904f1aa693f4886d50db170933a46",
        "broker_id": "aden",
        "chain_type": "EVM",
        "user_type": "SUB"
      }
    ]
  }
}

Query Parameters

address
string
required

The address of the user wallet

broker_id
string
required

The builder that the account is registered on

chain_type
string

EVM or SOL

Response

200 - application/json

OK

The response is of type object.