OBJECT

OfferPriceComponents

{numerator, denominator} representation of the price For example, if you want to sell 30 XLM and buy 5 BTC, the price would be {5,30}

link GraphQL Schema definition

  • type OfferPriceComponents {
  • n: Int!
  • d: Int!
  • }