Business
Products
Pricing
Enterprise
AI
Docs
Try for free
Sign in
Go to...
Search
⌘K
Token Details API
API version:
0.26.10
Introduction
Quickstart guide
Methods
Returns details for native token
GET
Returns details for token
GET
Returns details for token
POST
Returns historical native chain token prices at USD by time range
GET
Returns historical token prices at USD by time range
GET
Returns historical native chain token prices at USD by time interval
GET
Returns historical token prices at USD by time interval
GET
Returns native token price change by interval
GET
Returns token price change by interval for a list of tokens
POST
Returns token price change by interval
GET
Get tokens by category
GET
Get tokens by category and chain
GET
Search
⌘K
Token Details API
API version:
0.26.10
Introduction
Quickstart guide
Methods
Returns details for native token
GET
Returns details for token
GET
Returns details for token
POST
Returns historical native chain token prices at USD by time range
GET
Returns historical token prices at USD by time range
GET
Returns historical native chain token prices at USD by time interval
GET
Returns historical token prices at USD by time interval
GET
Returns native token price change by interval
GET
Returns token price change by interval for a list of tokens
POST
Returns token price change by interval
GET
Get tokens by category
GET
Get tokens by category and chain
GET
Docs
·
APIs
·
Token Details API
·
Methods
·
0.26.10
·
Returns token price change by interval for a list of tokens
Returns token price change by interval for a list of tokens
Use with AI
POST
https://api.1inch.com/token-details/v1.0/prices/change/{chain}
Supported on:
Arbitrum
Avalanche
Base
BNB Chain
ZKsync
Ethereum
Gnosis
Optimism
Polygon
Linea
Solana
Sonic
Unichain
Parameters
chain
*
number
path
Chain id of network
Request Body
GetTokenListPriceRequestDto
object
tokenAddresses
*
array
Addresses of token contracts
items
string
interval
*
string
(Enum)
Time interval for price change
5m
10m
15m
30m
50m
1h
2h
3h
4h
6h
12h
24h
2d
3d
7d
14d
15d
30d
60d
90d
365d
max
JavaScript
Copy
Try it
1
Returns
200
400
404
500
array
items
TokenListPriceChangeResponseDto
object
tokenAddress
*
string
Token contract address
inUSD
*
number
Price change in USD
inPercent
*
number
Price change as a percentage
JSON
Copy
1
Returns native token price change by interval
Returns token price change by interval
Did you find what you need?
Yes
No