Skip to main content
GET
/
v1
/
client
/
key_info
Get Current Orderly 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": {
    "rows": [
      {
        "orderly_key": "ed25519:B4yEc8xMjoqdUiKT5ZT1b2cUy5cggZrbMPvCrqyjkQhf",
        "key_status": "ACTIVE",
        "ip_restriction_list": [
          "<string>"
        ],
        "ip_restriction_status": "ALLOW_ALL_IPS",
        "expiration": 1689086651947,
        "scope": "read,trading",
        "tag": "<string>"
      }
    ]
  },
  "timestamp": 1702989203989
}

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

OK

success
boolean
required
Example:

true

data
object
required
timestamp
integer
Example:

1702989203989