> ## Documentation Index
> Fetch the complete documentation index at: https://docs.whitebit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Convert

> Overview of the WhiteBIT Convert endpoints — request a quote, confirm it at the quoted rate, and review conversion history.

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. For the quoted-rate flow end to end, see [Convert](/platform/convert).

For general API conventions (base URL, authentication, error format, rate limits), see the [API Reference Overview](/api-reference/overview).

## Endpoints

<CardGroup cols={2}>
  <Card title="Convert Estimate" icon="calculator" href="/api-reference/convert/convert-estimate">
    Request a quote for converting one asset to another. Returns the rate and an id used to confirm.
  </Card>

  <Card title="Convert Confirm" icon="circle-check" href="/api-reference/convert/convert-confirm">
    Execute a conversion at the quoted rate before the quote expires.
  </Card>

  <Card title="Convert History" icon="clock-rotate-left" href="/api-reference/convert/convert-history">
    Review completed conversions.
  </Card>
</CardGroup>

## What's next

* [Convert](/platform/convert) — the quoted-rate conversion flow end to end
* [Payment Integration](/guides/payment-integration) — conversion inside a payments flow
