|
@@ -60,7 +60,7 @@ pub struct TimestampPriceUpdatesQueryParams {
|
|
|
#[param(example = "e62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43")]
|
|
#[param(example = "e62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43")]
|
|
|
ids: Vec<PriceIdInput>,
|
|
ids: Vec<PriceIdInput>,
|
|
|
|
|
|
|
|
- /// If true, include the parsed price update in the `parsed` field of each returned feed. Default is `hex`.
|
|
|
|
|
|
|
+ /// Optional encoding type. If true, return the price update in the encoding specified by the encoding parameter. Default is `hex`.
|
|
|
#[serde(default)]
|
|
#[serde(default)]
|
|
|
encoding: EncodingType,
|
|
encoding: EncodingType,
|
|
|
|
|
|