Stablecoins API
OpenAPI schemas for the Stablecoins API, used to hold and move stablecoin and fiat balances.
Beta
The Stablecoins API is currently in beta. Request/response shapes might be subject to change. Please, reach out to your Volt contact before integrating.
Supporting documentation
Implementation guide
In progressWallets
Get list of wallets GET
Create wallet POST
Get wallet details GET
Update wallet PATCH
Channels
Get list of channels GET
Create channel POST
Get channel details GET
Get list of channel payments GET
Get channel payment details GET
Get channel rate GET
Payouts
Get list of payouts GET
Create payout POST
Get payout details GET
Wallet transfers
Get list of wallet transfers GET
Create wallet transfer POST
Get wallet transfer details GET
Webhooks
Channel payment status change notification Webhook
Payout status change notification Webhook
How is this guide?
Last updated on
Create Refund report POST
This endpoint allows you to request a refund report for a specific period. Once requested, your report will be generated asynchronously and available at the `/reports/id/download endpoint` as a CSV file once it's been generated. Check on the availability status of your report using the `/reports/{id}` endpoint. The `startDate` and `endDate` may be a maximum of **92 days** apart, so you can generate reports containing 3 months data. If you supply a `customerId` for any merchant within your customer hierarchy, only that merchant's data will be returned. If a `customer ID` is **not** provided, the report will contain data for all merchants within your customer hierarchy. If you supply an `accountId` for Connect account, only data related to this account will be returned. If an `account ID` is **not** provided, the report will contain data related to all Connect accounts.
Get list of wallets GET
Get list of wallets. Wallets are returned oldest first, without deposit details.