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, "timestamp": 1702989203989, "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>" } ] }
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
The response is of type object.
object