GET
/
v1
/
get_account
curl --request GET \
  --url https://api-evm.orderly.network/v1/get_account
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "user_id": 24,
    "account_id": "0xb129e074a17dfba8d652ae1eca21c7d6bb6904f1aa693f4886d50db170933a46"
  }
}

Query Parameters

address
string
required

The address of the user wallet

broker_id
string
required

The broker that the account is registered on

Response

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