Getting Started
Build MYRC-native applications with BLOX APIs. Integrate Wallet, Onramp, and Payout into your platform.
Want working code first? Follow the product guides: Wallet · Onramp · Payout.
API products
Wallet API
Transfer MYRC and withdraw fiat programmatically.
Onramp API
Create checkout links for customers to pay and receive MYRC.
Payout API
Send bank payouts from a prefunded balance.
First call in 5 minutes
Contact the BLOX team to enable API key access for your account (sandbox and production). Register a signer public key with your key.
Authenticate
- API Key —
blox-api-keyheader (orAuthorization: Bearer) - Request Signature — RFC 9421 for POST/PUT/PATCH/DELETE
Reads need only the key. See Request Signing when you write.
{
"success": true,
"message": "API key is valid",
"account": {
"id": "c741a292-5682-4b75-8f49-ebd87e7785a1",
"name": "Your Business Name",
"type": "BUSINESS",
"status": "ACTIVE"
}
}Bases and chains: Environments.
Typical flows
| Product | Flow |
|---|---|
| Onramp | Create checkout → customer pays → webhook / status poll |
| Wallet | Create transfer or fiat withdrawal → poll it by ID |
| Payout | Prefund → create payout → webhook / status poll |
See Integration Flows for Mermaid sequence diagrams and step-by-step pointers.
Next
Integration Flows
Onramp, Wallet, and Payout sequence diagrams
Authentication
API keys and request signing
Idempotency
Retry a write safely — and when you must not
Webhooks
Shared delivery and signature verification
Errors
HTTP status codes and error bodies
Rate Limits
Sandbox and production quotas
For LLMs & agents
Machine-readable docs for coding agents and chat tools:
/llms.txt— curated index of every page with one-line descriptions/llms-full.txt— full docs concatenated as markdown- Per-page raw markdown under
/assets/md/, at the page's path with.mdappended (e.g./assets/md/api/getting-started.md), or use Copy as Markdown on any page
Support
- Email: support@blox.my
- GitHub: github.com/Blox-My