cURL
curl --request GET \ --url https://api.orderly.org/v1/get_orderly_key
{ "success": true, "timestamp": 1702989203989, "data": { "orderly_key": "ed25519:7tEoJo5hMBKBrQsqmc8yw1xNfoQCFQBVwQT1eFafRNRf", "scope": "read,trading", "expiration": 1689086651947, "tag": "<string>" } }
Limit: 10 requests per 1 second per IP address
GET /v1/get_orderly_key
Check the validity of an Orderly access key attached to the account.
The account id of the user.
The public key of the Orderly access key.
OK
The response is of type object.
object