cURL
curl --request GET \ --url https://api.woox.io/v3/account/credentials \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-signature: <x-api-signature>' \ --header 'x-api-timestamp: <x-api-timestamp>'
{ "success": true, "data": { "rows": [ { "accountName": "Main", "userId": 12523, "apiKey": "+Pxxxxxxxxxxxxxxxxxxxx==", "permissions": [ "READ", "TRADE", "WITHDRAWAL" ], "allowedIPs": ["123.0.0.1", "124.2.1.1"] // hide field if no ip restriction }, ], "meta": { "total": 46, "recordsPerPage": 1, "currentPage": 1 } }, "timestamp": 1721295317627 }
Get account api key permission
"abcdef123456"
"signaturestring"
"1718943200000"
the page you wish to query.
the page size you wish to query, default = 25, 1000 at max.
The response is of type object.
object