Developers ยท Sandbox open in seed phase
Mint your first stablecoin in five lines.
A single REST API for the full lifecycle โ mint, transfer, settle, redeem โ plus webhooks for every state change.
๐Access is reviewed and gated. The sandbox is fully isolated โ no real funds, no mainnet keys during seed phase.
POST /v1/mint
{
"currency": "omniEUR",
"amount": "250000.00",
"reserve_account": "acct_9f2โฆ",
"idempotency_key": "mint_0703_001"
}
โ 201 Created ยท finality: 0.42s (sandbox)