Skip to content
LogoLogo

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

First call in 5 minutes

Get API credentials

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 Keyblox-api-key header (or Authorization: Bearer)
  • Request Signature — RFC 9421 for POST/PUT/PATCH/DELETE

Reads need only the key. See Request Signing when you write.

Call health

{
  "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

ProductFlow
OnrampCreate checkout → customer pays → webhook / status poll
WalletCreate transfer or fiat withdrawal → poll it by ID
PayoutPrefund → create payout → webhook / status poll

See Integration Flows for Mermaid sequence diagrams and step-by-step pointers.

Next

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 .md appended (e.g. /assets/md/api/getting-started.md), or use Copy as Markdown on any page

Support