Octopus - Market API
Query Token Data
GET
Query quick start
The market query endpoint allows you to run SQL-like queries against token market data. You can query tokens using various fields from the token model including chain ID, address, name, symbol, and more.
Data details
Available fields for querying:
chainId
: Blockchain chain identifieraddress
: Token contract addressname
: Token namesymbol
: Token symboldecimals
: Number of decimal placespriceUSD
: Current price in USDvolume24hUSD
: 24-hour trading volume in USDreserveUSD
: Reserve value in USDtotalSupply
: Total token supply in weicirculatingSupply
: Circulating supply in weilistedAt
: Token listing timestampis_exotic
: Exotic token flagholders_count
: Number of token holdersis_spam
: Spam flagsource
: Token source informationdeployer
: Token deployer addresslogo
: Token logo URL
Query Parameters
Response
200 - application/json
Market query token response
The response is of type object
.