Skip to content

Transfers

Move funds between wallets you control, or into an external destination.

Updated Jul 15, 2026API 2026-07-01 Edit on GitHubReport an issue

Overview

Transfers between your own wallets settle instantly. External transfers use the same lifecycle as withdrawals.

Endpoints

MethodPathDescription
POST/v1/transfersCreate a transfer.
GET/v1/transfers/{id}Retrieve.
GET/v1/transfersList with filters.

POST /v1/transfers

POST/v1/transfers

Create a transfer.

FieldTypeDescription
sourcereq
wallet idWallet to debit.
destinationreq
wallet id | account idWallet to credit.
amountreq
intMinor 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.