API Keys
Create a new API key for the authenticated user
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringOptionalExample:
Optional name for the API key
Trading Bot KeyResponses
201
API key created successfully
application/json
401
Unauthorized - invalid or missing token
post
/api-keysLast updated