Endpoint for creating a new API key with a user-provided public key. This endpoint allows users with Premier or Market Maker API usage levels to create API keys by providing their own RSA public key. The platform will use this public key to verify signatures on API requests.
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
Name for the API key. This helps identify the key's purpose
RSA public key in PEM format. This will be used to verify signatures on API requests
List of scopes to grant to the API key. Valid values are 'read' and 'write'. If 'write' is included, 'read' must also be included. Defaults to full access (['read', 'write']) if not provided.
API key created successfully
Unique identifier for the newly created API key