cURL
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", "key_status": "ACTIVE", "ip_restriction_list": [ "<string>" ], "ip_restricion_status": "ALLOW_ALL_IPS", "expiration": 1689086651947, "scope": "read,trading", "tag": "<string>" } ], "timestamp": 1702989203989 }
Limit 10 requests per 60 seconds
GET /v1/client/key_info
Retrieve all the registered Orderly key pairs under the account.
Filter by the status of the key (ACTIVE / REMOVING / REMOVED)
OK
true
Show child attributes
"ed25519:B4yEc8xMjoqdUiKT5ZT1b2cUy5cggZrbMPvCrqyjkQhf"
ACTIVE / REMOVING / REMOVED
"ACTIVE"
ALLOW_RESTRICTION_LIST / ALLOW_ALL_IPS / DISALLOW_ALL_IPS
"ALLOW_ALL_IPS"
1689086651947
"read,trading"
Optional, could be null if there wasn't a tag
1702989203989