Skip to main content

API Key Authentication

All API endpoints require an API key passed in the x-api-key header. You can generate API keys from the Camino Treasury dashboard.
Your API key is only displayed once when it is created. Copy it immediately and store it somewhere secure — you will not be able to view it again.
curl https://api.caminotreasury.com/v1/wallets \
  -H "x-api-key: your-api-key"

Key Scoping

Each API key is scoped to a single organization. All data returned by the API is isolated to that organization — you cannot access wallets, transactions, or webhooks belonging to other organizations.

Error Responses

StatusErrorDescription
401API key requiredNo x-api-key header was provided
401UnauthorizedThe API key is invalid or has been revoked
401API key expiredThe API key has passed its expiration date