Start here
Quickstart
Accept your first crypto payment in about five minutes.
How the API works
Credentials, scopes, conventions, and rate limits — the friendly version.
Create a payment
The one endpoint every integration starts with.
Webhooks & IPN
Get told when you were paid instead of polling.
The whole integration, in four steps
1
Create an API key
In the dashboard, under Settings → API Keys. The key is shown once — keep it somewhere safe.
2
Create a payment
POST /api/v1/payments with a fiat amount. You get back a unique deposit address and a hosted invoice URL.3
Show the payer the invoice
Redirect them to the invoice URL, or render the address yourself with the public checkout endpoints.
4
Ship when you're paid
Verify the
payment.finished webhook signature, check underpaid, then release the order. Signature recipe →Charge in the currencies your customers already hold
Bitcoin, Ethereum, USDT, USDC, Solana, XRP, Tron, BNB, Litecoin, Dogecoin, Polygon, Avalanche, Bitcoin Cash, Dash and more — list what’s available on your account.