API Reference
Fiat
Purpose
Fiat endpoints help when you need conversions, settlement amounts, or fiat-specific integration steps around crypto payments.
When to use
- Use these when displaying local currency totals to customers.
- Treat rates as time-sensitive; cache conservatively if needed.
Endpoints (8)
Click an endpoint to jump to its details.
/fiat/cash-in-depositIn-person cash deposit
/fiat/customersList my customers (merchant)
/fiat/deposit-numbersList saved deposit / top-up payer numbers
/fiat/top-upTop up fiat account
/fiat/transactionsNo summary provided in OpenAPI spec.
/fiat/transferP2P transfer (passkey, 2FA, or PIN required)
/fiat/withdrawRequest withdrawal (passkey, 2FA, or PIN required)
/fiat/withdrawal-beneficiariesList saved withdrawal beneficiaries (payee numbers)
/fiat/cash-in-depositIn-person cash deposit
Record an in-person cash deposit (branch/cash desk). For customers, amount above 750,000 requires source of funds documentation. Does not use online payment gateways.
/fiat/customersList my customers (merchant)
Customers who have completed at least one merchant payment to you. Use JWT (logged-in user = merchant). Paginated.
/fiat/deposit-numbersList saved deposit / top-up payer numbers
Fetch on login and persist in cache; refetch when user opens top-up or after a deposit.
/fiat/top-upTop up fiat account
No detailed description provided for this operation in the OpenAPI spec.
/fiat/transactionsEndpoint
No detailed description provided for this operation in the OpenAPI spec.
/fiat/transferP2P transfer (passkey, 2FA, or PIN required)
No detailed description provided for this operation in the OpenAPI spec.
/fiat/withdrawRequest withdrawal (passkey, 2FA, or PIN required)
No detailed description provided for this operation in the OpenAPI spec.
/fiat/withdrawal-beneficiariesList saved withdrawal beneficiaries (payee numbers)
Fetch on login and persist in cache; refetch when user opens withdraw or after a withdrawal.