GET
/
v1
/
client
/
key_info
curl --request GET \
  --url https://api-evm.orderly.network/v1/client/key_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": [
    {
      "orderly_key": "ed25519:B4yEc8xMjoqdUiKT5ZT1b2cUy5cggZrbMPvCrqyjkQhf",
      "key_status": "ACTIVE",
      "ip_restriction_list": [
        "<string>"
      ],
      "ip_restricion_status": "ALLOW_ALL_IPS",
      "expiration": 1689086651947,
      "tag": "<string>"
    }
  ]
}

Headers

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

Query Parameters

key_status
string

Filter by the status of the key (ACTIVE / REMOVING / REMOVED)

Response

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