id | uuid | Unique identifier |
object | string | Always "quote" |
linkId | uuid | null | The payment link this quote was derived from, if any |
chainId | integer | Chain the price is locked for |
asset | string | Asset symbol, e.g. "ETH", "USDC" |
tokenAddress | string | null | ERC-20 contract address; null for the chain’s native coin |
amount.base | string | Amount owed in the asset’s smallest unit |
amount.formatted | string | Human-readable amount, e.g. "0.0192" |
amount.decimals | integer | Decimals for the asset |
fiat.amount | string | Fiat amount, e.g. "100.00" |
fiat.currency | string | e.g. "USD" |
unitPriceUsd | string | USD unit price locked at quote time (1 for USD-pegged stablecoins) |
expiresAt | datetime | When the locked price expires |
consumed | boolean | true once a session has been created from this quote |
checkoutSessionId | uuid | null | The session created from this quote, if any |
livemode | boolean | |
createdAt | datetime | |