A committed executable quote for a trading pair.
| Name | Type | Description | Notes |
|---|---|---|---|
| via | AccessType | ||
| id | String | The unique identifier of the quote. | |
| quoteAssetId | String | The target asset identifier. | |
| quoteAssetRail | TransferRail | [optional] | |
| baseAssetId | String | The source asset identifier. | |
| baseAssetRail | TransferRail | [optional] | |
| baseAmount | String | The amount of the base asset. | |
| quoteAmount | String | The amount of the quote asset. | |
| priceImpact | BigDecimal | The estimated price impact as a decimal fraction. | [optional] |
| quoteMinAmount | String | The minimum guaranteed amount of the quote asset. | [optional] |
| isSlippageApplied | Boolean | Indicates if slippage was applied to the quote. | [optional] |
| executionSteps | List<QuoteExecutionStep> | Ordered list of execution steps for the quote. | [optional] |
| generalFees | List<Fee> | General fees associated with the quote. | [optional] |
| side | Side | ||
| expiresAt | String | The expiration time of the quote in ISO 8601 format. | |
| orderCreationRequirements | String | A JSON Schema Draft-7 document in string format describing the fields required when creating an order so clients can validate their order payload before sending. | [optional] |
| type | TypeEnum | The type of the quote. |
| Name | Value |
|---|---|
| COMMITTED | "COMMITTED" |
| INDICATIVE | "INDICATIVE" |