/v1 API: verify an on-chain transfer, then disburse to mobile money or bank accounts.
Flow
Steps
- Validate the destination with
POST /v1/validation/{currency_code}. - Quote with
POST /v1/exchange-rateor v2 for ramp locks. - Customer (or your treasury) sends stablecoins to our settlement address on a supported network.
- Call
POST /v1/pay/{currency_code}withtransaction_hashand payout fields. - Poll
POST /v1/status/{currency_code}or handle webhooks.
Supported networks (pay)
BASE, CELO (default), STELLAR, POLYGON, SOLANA, ETHEREUM, BNB, AVALANCHE, ARBITRUM
Amount limits (pay)
Per-transaction min/max by currency and mobile money network: Limits.Example (KES mobile)
transaction_hash is rejected once it has been processed.