API Keys

Get user API keys

get

Get all API keys for the authenticated user

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

API keys retrieved successfully

application/json
get
/api-keys

Create API key

post

Create a new API key for the authenticated user

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringOptional

Optional name for the API key

Example: Trading Bot Key
Responses
post
/api-keys

Last updated