# Quote

**Quotes** - Get a locked price quote with a unique `quoteId` and a 3-minute TTL.

**Key Features**:
- Returns a `quoteId` that can be used to create a ramp transaction
- Quote is valid for 3 minutes (`expiresAt`)
- Includes all fees (processing + network)
- Lock fiat OR crypto amount

**Flow**:
1. Request a quote via `GET /eapi/v0/quote`
2. Display the quote to the customer
3. Use the `quoteId` in the ramp creation payload before it expires

**Important Notes**:
- Prices are subject to market volatility and network congestion
- Once expired, a new quote must be requested
- The `quoteId` can only be used once

## Quote request

 - [GET /eapi/v0/quote](https://docs.banxa.com/products/native-api/openapi/quote/getquote.md): Request a quote with a locked price and a unique quoteId. The quote is valid for 3 minutes (expiresAt). Unique identifier for this quote. Use this when creating a ramp transaction via the Ramps Request payload to lock the quote in.

Prices are subject to change based on market volatility and network congestion. Once expired, a new quote must be requested.

