CryptoOnrampQuotes
Retrieve Crypto Onramp Quote objects.
Table Specific Information
Select
The server uses the Stripe API to fetch data.
You can query the table using a SELECT query:
SELECT * FROM CryptoOnrampQuotes
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the Crypto Onramp Quote object. | |
| Object | String | String representing the object's type. Objects of the same type share the same value. | |
| Livemode | Boolean | Has the value true if the object exists in live mode or the value false if the object exists in test mode. | |
| RateFetchedAt | Double | The time at which this quote was created (when the prices in quotes are applicable). | |
| SourceAmount | String | The amount of fiat we intend to onramp. | |
| SourceCurrency | String | A fiat currency code. | |
| DestinationNetworkQuotesAvalanche | String | Quotes for Avalanche. | |
| DestinationNetworkQuotesBaseNetwork | String | Quotes for Base. | |
| DestinationNetworkQuotesBitcoin | String | Quotes for Bitcoin. | |
| DestinationNetworkQuotesEthereum | String | Quotes for Ethereum. | |
| DestinationNetworkQuotesOptimism | String | Quotes for Optimism. | |
| DestinationNetworkQuotesPolygon | String | Quotes for Polygon. | |
| DestinationNetworkQuotesSolana | String | Quotes for Solana. | |
| DestinationNetworkQuotesStellar | String | Quotes for Stellar. |