WORKING
Currency
get
/v1/currency/supportedList supported currency codes
Response (200)
post
/v1/currency/convertConvert an amount between supported currencies using static reference rates. Estimate only — never authoritative for settlement (see TradeEngine, which rejects cross-currency trades outright rather than trusting these rates).
Request body
| Field | Type | Required |
|---|---|---|
| amount | number | yes |
| from | string | yes |
| to | string | yes |
Response (201)
| Field | Type | Required |
|---|---|---|
| amount | number | — |
| currency | string | — |
| estimateOnly | boolean | — |