Transfers
Move funds between wallets you control, or into an external destination.
Overview
Transfers between your own wallets settle instantly. External transfers use the same lifecycle as withdrawals.
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /v1/transfers | Create a transfer. |
| GET | /v1/transfers/{id} | Retrieve. |
| GET | /v1/transfers | List with filters. |
POST /v1/transfers
POST/v1/transfers
Create a transfer.
| Field | Type | Description |
|---|---|---|
sourcereq | wallet id | Wallet to debit. |
destinationreq | wallet id | account id | Wallet to credit. |
amountreq | int | Minor units. |
currencyreq | 'HTG' | 'USD' | Must match both wallets. |
GET /v1/transfers/{id}
GET/v1/transfers/{id}
Retrieve.
GET /v1/transfers
GET/v1/transfers
List with filters.
