GET
/
v1
/
client
/
key_info
curl --request GET \
  --url https://api.orderly.org/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,
  "data": [
    {
      "orderly_key": "ed25519:B4yEc8xMjoqdUiKT5ZT1b2cUy5cggZrbMPvCrqyjkQhf",
      "trading_key": "OGQ1MzM3YjlmYzUxMGMwZGIyODVkMDViOTMyZjkwMTVkNjQ0YzBhNjc1OTYwYjhjNmU5Mjc3YTAyNDQ4NTU1MA==",
      "key_status": "ACTIVE",
      "ip_restriction_list": [],
      "ip_restricion_status": "ALLOW_ALL_IPS"
    },
    {
      "orderly_key": "ed25519:5cpaFmLZuAPZuzzT33EQGSGbdw89oYbcAUaeyoDSeh8Y",
      "trading_key": "MzhmODA4ZjNjNTdlMmIwMjk4YWIyZDc4OGQ4ZjdjZDFlZjYyNmIyODhjYjkzYjIwMjA0MmQ0NDI5NjIwMTc1Ng==",
      "key_status": "REMOVED",
      "ip_restriction_list": [],
      "ip_restricion_status": "ALLOW_ALL_IPS"
    }
  ],
  "timestamp": 1580794149000
}

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
data
object[]
required
timestamp
integer
required