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

# Quote API

> Retreive the estimated fiat price

This endpoint provides convenient access to current FX rates between various fiat and crypto currency pairs. Use this endpoint to ensure your local price calculations align with Crossmint's system including fees.

**Endpoint**: `/api/v1-alpha1/quote?nativePrice={nativePrice}&quoteCurrency=usd`

<CardGroup cols={2}>
  <Card title="Quote API" icon="wand-sparkles" href="/api-reference/payments/quote" />
</CardGroup>

This endpoint will get you a live price based on the current market value.

## Frequently Asked Questions

### In the `nativePrice` parameter, what exactly do I specify?

For the nativePrice parameter, you should specify the amount
in the currency in which the NFT is listed.

**For example:** if your NFT is listed on the Solana network, you will want to set the `nativePrice` argument to the amount in SOL, **not** Lamports. If the NFT is priced in ETH then you'd set the price in units of ETH, **not** wei.

### How does it know what chain to get the price from?

The chain is determined based on the `x-client-id` header in
the request, which is linked to your collection.

### Can I set the `quoteCurrency` parameter to something other than USD?

Yes, supported currencies include:

`usd`, `eur`, `gbp`, `aud`, `sgd`, `hkd`, `krw`, `inr`, `vnd`, `jpy`
