Create API Key
POST/api_keys
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.
Request
Responses
- 201
- 400
- 401
- 403
- 500
API key created successfully
Bad request - invalid input
Unauthorized
Forbidden - insufficient API usage level
Internal server error