Mint
Issue MYRT to a wallet once MYR settlement is confirmed. Fiat first, tokens second, always.
Mint guide
Partner documentation for MYRT, Malaysia's 1:1 Ringgit-backed stablecoin. Sandbox first, then live.

| Sandbox | https://sandbox-api.myrt.money/v1 |
| Live | https://api.myrt.money/v1 |
| Auth | Authorization: Bearer <key> with explicit scopes |
| Writes | Idempotency-Key header required on every POST |
| Amounts | Decimal strings, 6 decimals, never floats |
| Contract | OpenAPI 3.1 |
Your first call needs no key:
curl https://sandbox-api.myrt.money/v1/health{
"ok": true,
"service": "myrt-api",
"apiVersion": "v1",
"status": "healthy",
"timestamp": "2026-09-10T04:12:33.918Z"
}Then follow the integration checklist.