Integrate issuance, redemption, balances, and settlement into your platform with a single, well-documented API.
# 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" }'
Mint new QUAD against verified reserves and credit it directly to a wallet or account.
Redeem QUAD for underlying reserve assets, with automated compliance checks built in.
Move QUAD between wallets and accounts instantly, with idempotent request handling.
Query real-time wallet and account balances, with historical snapshots on request.
Programmatically pull the latest reserve composition and independent attestation reports.
Subscribe to real-time events — transfers, redemptions, and settlement confirmations.