Skip to main content
The Convert endpoints exchange one asset for another at a quoted rate: request an estimate, confirm it before the quote expires, and review completed conversions. A single call can also request and accept a quote together, skipping the expiry window. For the quoted-rate flow end to end, see Convert. For general API conventions (base URL, authentication, error format, rate limits), see the API Reference Overview.

Endpoints

Convert Estimate

Request a quote for converting one asset to another. Returns the rate and an id used to confirm.

Convert Confirm

Execute a conversion at the quoted rate before the quote expires.

Convert Auto Confirm

Request and accept a quote in a single call, with no expiry window.

Convert History

Review completed conversions.

What’s next