Tools · Data API
Data API · programmatic access
REST and GraphQL endpoints into the live state of 4ormEx — assets, issuers, holders, settlements, audit log. Authentication via API key. Sandbox tier free for development; production tier requires institutional contract.
Endpoints live47REST + GraphQL
Requests · 24h284K▲ 18%
p95 latency82msedge-cached reads
Endpoint reference · sample
| Method | Endpoint | Returns | Tier |
|---|---|---|---|
| GET | /v1/assets | All listed assets · paginated | Sandbox |
| GET | /v1/assets/{ticker} | Single asset · full state | Sandbox |
| GET | /v1/assets/{ticker}/holders | Token holders · paginated | Production |
| GET | /v1/assets/{ticker}/orderbook | Live order book | Sandbox |
| GET | /v1/issuers/{id} | Issuer profile + Corporate NFT | Sandbox |
| GET | /v1/settlements/{tx} | Settlement record + receipt | Production |
| GET | /v1/audit | Anchored audit events · paginated | Production |
| POST | /v1/orders | Place a CLOB order | Production |
| POST | /v1/issuance | Submit a tokenization draft | Production |