GET
/
v1
/
get_orderly_key
curl --request GET \
  --url https://api-evm.orderly.network/v1/get_orderly_key
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "orderly_key": "ed25519:7tEoJo5hMBKBrQsqmc8yw1xNfoQCFQBVwQT1eFafRNRf",
    "scope": "read,trading",
    "expiration": 1689086651947,
    "tag": "<string>"
  }
}

Query Parameters

account_id
string
required

The account id of the user.

orderly_key
string
required

The public key of the Orderly access key.

Response

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