Token Prices

NOTE: This endpoint is only callable by API keys in the following tiers:

  • Business
  • Developer
  • Enterprise
  • PremiumSharedRpc
  • StarterSharedRpc
  • UltimateSharedRpc

The Token Prices endpoint provides the latest prices for a list of Token Mints.

To find the correct mint, click here and search for a token name. This list is continuously updated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

body

string
enum
required
Defaults to ONE_HOUR
Allowed:
mint
array of strings
required

Provide a list of token mint to filter by

mint*
pagination
object
required

To start the pagination, just input the limit (the number of results to return) the offset, is defaulted to 0. > "pagination": { > "limit": 20 > } In the response you will receive a pagination object with the following properties: > "pagination": { > "limit": 20, > "offset": 20 > } You can use the pagination object response as the params for the next request, which returns results 21-40 of the next page.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json