Skip to content

FX Rates

Live and locked rates for USD ↔ HTG conversion.

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

Overview

Quotes are guaranteed for 60 seconds. Passing the quote id into /fx/convert executes at the quoted rate.

Endpoints

MethodPathDescription
GET/v1/ratesFetch mid-market rates for all supported pairs.
POST/v1/fx/quoteLock a rate for a specific amount.
POST/v1/fx/convertExecute a locked quote.

GET /v1/rates

GET/v1/rates

Fetch mid-market rates for all supported pairs.

POST /v1/fx/quote

POST/v1/fx/quote

Lock a rate for a specific amount.

FieldTypeDescription
fromreq
'USD' | 'HTG'Source currency.
toreq
'USD' | 'HTG'Destination currency.
amountreq
intAmount in source minor units.

POST /v1/fx/convert

POST/v1/fx/convert

Execute a locked quote.