cURL
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" } ] } }
Limit: 10 requests per 1 second per IP address
GET /v1/get_all_accounts
The address of the user wallet
The builder that the account is registered on
EVM or SOL
EVM
SOL
OK
The response is of type object.
object