Build on Bitdax
Developers
Versioned REST APIs for identity, certificates, credentials, signing, verification, programmes and compliance status. Idempotency keys on writes, signed webhooks, scoped API keys and structured errors.
Platform
What the API gives you
Versioned endpoints
All routes under /api/v1. Breaking changes ship behind a new version.
Idempotency
Send an Idempotency-Key on writes; retries never double-apply.
Scoped API keys
Grant a key only the scopes it needs. Rotate without downtime.
Signed webhooks
Every event carries a signature you can verify before acting.
Request IDs
Every response carries a request ID for support and tracing.
Structured errors
Predictable error shapes with a machine-readable code.