Class PriceFeedSchema
- Namespace
- NArk.ArkadeIntents.SolverRegistry
- Assembly
- NArk.ArkadeIntents.dll
How to extract the scalar price out of a PriceFeed response.
public sealed class PriceFeedSchema
- Inheritance
-
PriceFeedSchema
- Inherited Members
Properties
PricePath
RFC 6901 JSON Pointer to the scalar price value (e.g. "/price").
public required string PricePath { get; init; }
Property Value
Type
Feed format. Only "json" is defined in v0.
public string Type { get; init; }