Gets a signed H2SO quote for all the input pairs and calculates the price spread for each pair. The prices follow the pair, returning the price of the base symbol quoted against the quote symbol. One of the symbols in each pair must be USD.
const [{ encoded }, aud] = await getQuotedPrices(pairFromString("AUD/USD")); Copy
const [{ encoded }, aud] = await getQuotedPrices(pairFromString("AUD/USD"));
Generated using TypeDoc
Gets a signed H2SO quote for all the input pairs and calculates the price spread for each pair. The prices follow the pair, returning the price of the base symbol quoted against the quote symbol. One of the symbols in each pair must be USD.