Developers

Build on QUAD

Integrate issuance, redemption, balances, and settlement into your platform with a single, well-documented API.

Read the Docs → Get API Keys

Send your first QUAD transfer

# Authenticate and initiate a transfer
curl -X POST https://api.quadinternetgroup.com/v1/transfers \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": "500.00",
    "currency": "QUAD",
    "destination": "wallet_8f2c...",
    "reference": "invoice-1042"
  }'

Everything you need to move QUAD

Issuance

Mint new QUAD against verified reserves and credit it directly to a wallet or account.

POST /v1/issuance
Core

Redemption

Redeem QUAD for underlying reserve assets, with automated compliance checks built in.

POST /v1/redemption
Core

Transfers

Move QUAD between wallets and accounts instantly, with idempotent request handling.

POST /v1/transfers
Core

Balances

Query real-time wallet and account balances, with historical snapshots on request.

GET /v1/balances
Read

Reserve Attestations

Programmatically pull the latest reserve composition and independent attestation reports.

GET /v1/attestations
Read
{ }

Webhooks

Subscribe to real-time events — transfers, redemptions, and settlement confirmations.

POST /v1/webhooks
Events

Ready to start building
with QUAD?

Get sandbox API keys in minutes, or talk to our team about integrating QUAD into your platform.

Get API Keys Talk to Sales