Below are the field definitions for the API Key endpoint.
https://www.bitmex.com/api/explorer/#/APIKey
Returned from:
/apiKey
[ { "id": "string", // ID of the API key. "secret": "string", // ID of the secret API key. "name": "string", // Name of the API key. "nonce": 0, // This scheme is no longer supported. The nonce scheme will still be valid for generating signatures used to authenticate with the API. "cidr": "string", // IP Restriction feature - To restrict to a single address. Leave blank or set to 0.0.0.0 to allow all IPs. Only one block may be set. "permissions": [], // Key permissions. All keys can read margin and position data. Additional permissions must be added. Available: order, orderCancel, withdraw. "enabled": false, // Set to true to enable this key. "userId": 0, // Unique user ID. "created": "2020-09-14T02:04:59.423Z" // Date and time that the key was created. } ] |
For any questions, please contact us at https://www.bitmex.com/app/support/contact.