Tag: multiversx

  • xExchange API: the price of a LP token is 0

    xExchange API: the price of a LP token is 0

    0 I’m querying the xExchange’s GraphQL API, but when I’m requesting the price of an LP token the field price is 0 (but it shouldn’t). Does anyone know how to fetch the price of an LP token through this API? Here is the query I’m doing: query { pairs(firstTokenID: "BUSD-40b57e") { liquidityPoolToken { identifier, price…