Returns real-time or historical prices for a list of tokens, fetched in batches.
Returns: [Price]
A list of GetPriceInputs. Accepts a maximum of 25 inputs (anything over will be truncated).
GetPriceInput
"""Returns real-time or historical prices for a list of tokens, fetched in batches.""" getTokenPrices(inputs: [GetPriceInput]): [Price]
Was this page helpful?