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 historical token prices at USD by time range
Returns historical token prices at USD by time range
Use with AI
GET
https://api.1inch.com/token-details/v1.0/charts/range/{chain}/{tokenAddress}
Supported on:
Arbitrum
Avalanche
Base
BNB Chain
ZKsync
Ethereum
Gnosis
Optimism
Polygon
Linea
Solana
Sonic
Unichain
Parameters
tokenAddress
*
string
path
Address of token contract
from
*
number
query
unix time at sec
to
*
number
query
unix time at sec
from_time
number
query
from time (optional)
provider
string
(Enum)
query
name of chart provider (optional)
chain
*
number
path
Chain id of network
Request Body
This request doesn’t have any request body.
JavaScript
Copy
Try it
1
Returns
200
500
ChartDataResponse
object
d
*
array
Chart data
items
ChartPointResponse
object
t
*
number
unix time at sec
v
*
number
price at usd
p
*
string
Chart provider (optional)
JSON
Copy
1
Returns historical native chain token prices at USD by time range
Returns historical native chain token prices at USD by time interval
Did you find what you need?
Yes
No