API ACCESS
Start using the API
Explore asset issuance, transfers and operations with the sample, then choose the APIs and SDKs for your application. For production integration, confirm the assets, features, authentication and operating requirements of your service.
Choose where to start
| Goal | What you can do | Guide |
|---|---|---|
| Explore the workflow | Use the Day 0 kit to explore asset registration, issuance, transfers and history without applying for API access. | Quickstart |
| Plan an implementation | Review architectures, data models and SDK examples for each use case. | Implementation patterns |
| Integrate a production service | Discuss required APIs, chains, user authentication and expected usage. | Integration consultation |
Connect to a public information API
Retrieve the supported-chain list with the following request. This read-only endpoint can be called without credentials.
curl --fail --show-error https://api.hazbase.com/api/meta/chainsCheck for an HTTP 200 response containing JSON. This request does not issue or transfer assets. Check each endpoint’s specification for its authentication and permission requirements.
Read the HTTP API referenceUser authentication and asset operations
Wallet and asset APIs require the user session, signatures and permissions specified for each operation. Verify connectivity separately from authorization to operate on a particular asset.
The Day 0 kit and distributed MCP sample operate a sample environment. Setting an API endpoint alone does not connect their issuance and transfers to a production service. Production integration includes authentication, approvals, result reconciliation and audit records.
What to cover in an integration discussion
Tell us about your assets, service, required features and existing systems. Expected usage and timing help us discuss connection and operating requirements. You can contact us before all details are decided.
Discuss your integration