Skip to main content
Developer routes are workspace-scoped and protected by bearer API key authentication.

API keys

Use API key routes to create and revoke workspace API credentials. Create an API key with:
The token is returned only when the key is created. Store it securely. Available scopes:
  • wallets:read
  • transfers:read
  • transfers:create
  • transfers:approve
  • api_keys:manage
  • admin:*

Webhooks

Use webhook routes to receive signed workspace events. Create a webhook with:
The signing secret is returned when you create or rotate the webhook.

Health checks

Use GET /healthz for liveness and GET /readyz for readiness.

Environment scope

API key and webhook routes accept environment=sandbox or environment=live.