AssetPairPrice: {
    amount: Amount;
    base: AssetSymbol;
    counter: AssetSymbol;
    dateUpdated: IsoDatetime;
    id: EntityId;
    pair: string;
}

Type declaration

  • amount: Amount
  • base: AssetSymbol
  • counter: AssetSymbol
  • dateUpdated: IsoDatetime
  • id: EntityId

    Id in AssetMarketData is always a copy of pair value, such as USDBTC. There is no need for additional entropy, since the pair is always unique.

  • pair: string

Generated using TypeDoc