Skip to main content
GET
List API keys

Authorizations

Authorization
string
header
default:bp_YOUR_API_KEY
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

API key metadata. Plaintext key values are never returned after creation.

id
string<uuid>
name
string
scopes
enum<string>[]
Available options:
blueprints:read,
blueprints:write,
blueprints:deploy,
orders:read,
orders:write,
market_data:read,
portfolio:read,
portfolio:write,
risk:read,
risk:write,
api_keys:read,
api_keys:write
createdAt
string<date-time>
lastUsedAt
string<date-time> | null
revokedAt
string<date-time> | null