Quote a transfer intent
Creates a canonical transfer quote. Locked quotes include an opaque confirmation reference.
Headers
API key
Request body
Example request
{
"clientReferenceId": "order_abc123",
"onBehalfOf": "cus_abc123",
"counterpartyId": "cp_abc123",
"source": {
"accountId": "inw_abc123",
"currency": "USDC",
"paymentRail": "ETHEREUM",
"direction": "CREDIT",
"refundAccountId": "inw_abc123"
},
"destination": {
"correspondentBankName": "Bank of America",
"correspondentBankSwiftCode": "IRVTUS3NXXX",
"correspondentAccountNumber": "9876543210",
"accountId": "acc_def456",
"currency": "USDC",
"paymentRail": "ETHEREUM",
"wireMessage": "Payment for invoice INV-2026-001",
"sepaReference": "INV-2026-001",
"achReference": "ORDER123",
"blockchainMemo": "MEMO123456",
"swiftReference": "Payment for Invoice\\nReference: INV-2026-001",
"rtpReference": "Payment for invoice INV-2026-001"
},
"remarks": "Partial payment - remaining balance to be paid next month",
"internalRemarks": "Approved by ops on 2026-04-15",
"developerFeeFixed": 100,
"developerFeePercent": 0.015,
"documentIds": [
"doc_abc123",
"doc_def456"
],
"expiresAt": "2026-12-31T23:59:59Z",
"amount": {
"value": "1000000",
"side": "SOURCE"
}
}Response
Transfer intent quoted successfully.
Example response
{
"confirmationReference": "quote_abc123",
"sourceAmount": {
"currency": "USD",
"exponent": 2,
"value": "12345",
"displayValue": "123.45"
},
"destinationAmount": {
"currency": "USD",
"exponent": 2,
"value": "12345",
"displayValue": "123.45"
},
"exchangeRate": "0.99985",
"fees": {
"totalBps": "25"
},
"supported": true,
"estimate": {
"estimatedReceiveAt": "2026-09-17T10:30:00Z",
"estimatedMinutes": 2880,
"nextCutoff": "2026-09-15T15:00:00Z",
"cutoffTimezone": "Asia/Singapore"
},
"lockable": true,
"minimumAmount": {
"currency": "USD",
"exponent": 2,
"value": "12345",
"displayValue": "123.45"
}
}Changes
Changed in 2 of the 19 revisions of this API.55
- ○
added the new
AEDenum value to the request property/////request-property-enum-value-added
- ○
added the new
ARSenum value to the request property/////request-property-enum-value-added
- ○
added the new
AUDenum value to the request property/////request-property-enum-value-added
- ○
added the new
BHDenum value to the request property/////request-property-enum-value-added
- ○
added the new
BRLenum value to the request property/////request-property-enum-value-added
- ○
added the new
CADenum value to the request property/////request-property-enum-value-added
- ○
added the new
CASHenum value to the request property/////request-property-enum-value-added
- ○
added the new
CHFenum value to the request property/////request-property-enum-value-added
- ○
added the new
CNHenum value to the request property/////request-property-enum-value-added
- ○
added the new
CNYenum value to the request property/////request-property-enum-value-added
- ○
added the new
COPenum value to the request property/////request-property-enum-value-added
- ○
added the new
CZKenum value to the request property/////request-property-enum-value-added
- ○
added the new
DAIenum value to the request property/////request-property-enum-value-added
- ○
added the new
DAIenum value to the request property/////request-property-enum-value-added
- ○
added the new
DKKenum value to the request property/////request-property-enum-value-added
- ○
added the new
EGPenum value to the request property/////request-property-enum-value-added
- ○
added the new
ETHenum value to the request property/////request-property-enum-value-added
- ○
added the new
ETHenum value to the request property/////request-property-enum-value-added
- ○
added the new
EURCenum value to the request property/////request-property-enum-value-added
- ○
added the new
EURCenum value to the request property/////request-property-enum-value-added
- ○
added the new
GBPenum value to the request property/////request-property-enum-value-added
- ○
added the new
HKDenum value to the request property/////request-property-enum-value-added
- ○
added the new
HUFenum value to the request property/////request-property-enum-value-added
- ○
added the new
IDRenum value to the request property/////request-property-enum-value-added
- ○
added the new
ILSenum value to the request property/////request-property-enum-value-added
- ○
added the new
INRenum value to the request property/////request-property-enum-value-added
- ○
added the new
JPYenum value to the request property/////request-property-enum-value-added
- ○
added the new
KRWenum value to the request property/////request-property-enum-value-added
- ○
added the new
KWDenum value to the request property/////request-property-enum-value-added
- ○
added the new
MYRenum value to the request property/////request-property-enum-value-added
- ○
added the new
NOKenum value to the request property/////request-property-enum-value-added
- ○
added the new
NZDenum value to the request property/////request-property-enum-value-added
- ○
added the new
PHPenum value to the request property/////request-property-enum-value-added
- ○
added the new
PKRenum value to the request property/////request-property-enum-value-added
- ○
added the new
PLNenum value to the request property/////request-property-enum-value-added
- ○
added the new
PYUSDenum value to the request property/////request-property-enum-value-added
- ○
added the new
PYUSDenum value to the request property/////request-property-enum-value-added
- ○
added the new
QARenum value to the request property/////request-property-enum-value-added
- ○
added the new
RONenum value to the request property/////request-property-enum-value-added
- ○
added the new
RUBenum value to the request property/////request-property-enum-value-added
- ○
added the new
SARenum value to the request property/////request-property-enum-value-added
- ○
added the new
SEKenum value to the request property/////request-property-enum-value-added
- ○
added the new
SGDenum value to the request property/////request-property-enum-value-added
- ○
added the new
THBenum value to the request property/////request-property-enum-value-added
- ○
added the new
TRYenum value to the request property/////request-property-enum-value-added
- ○
added the new
TWDenum value to the request property/////request-property-enum-value-added
- ○
added the new
USDBenum value to the request property/////request-property-enum-value-added
- ○
added the new
USDBenum value to the request property/////request-property-enum-value-added
- ○
added the new
USDPenum value to the request property/////request-property-enum-value-added
- ○
added the new
USDPenum value to the request property/////request-property-enum-value-added
- ○
added the new
USDSenum value to the request property/////request-property-enum-value-added
- ○
added the new
USDSenum value to the request property/////request-property-enum-value-added
- ○
added the new
VNDenum value to the request property/////request-property-enum-value-added
- ○
added the new
ZARenum value to the request property/////request-property-enum-value-added
- ○
- ○
endpoint added
endpoint-added
- ○