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 details for token
Returns details for token
Use with AI
GET
https://api.1inch.com/token-details/v1.0/details/{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
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
InfoDataResponse
object
assets
*
any
Token assets information including links and descriptions
allOf[0]
AssetsResponse
object
name
*
string
Token name
website
*
string
Official website URL
sourceCode
*
string
Source code repository URL
whitePaper
*
string
Whitepaper URL
description
*
string
Full description of the token project
shortDescription
*
string
Short description of the token project
research
*
string
Research or analysis URL
explorer
*
string
Block explorer URL for the token
social_links
*
array
List of social media links
items
SocialLink
object
name
*
string
Name of the social platform
url
*
string
URL to the social profile
handle
*
string
Social handle or username
details
*
any
Token market details and price data
allOf[0]
DetailsResponse
object
provider
*
string
Data provider name
providerURL
*
string
URL to the provider page for this token
vol24
*
number
24-hour trading volume in USD
marketCap
*
number
Total market capitalization in USD
circulatingSupply
*
number
Circulating supply of the token
totalSupply
*
number
Total supply of the token
quote
*
any
Current price quote and market data
allOf[0]
Quote
object
price
*
number
Current token price in USD
volume_24h
*
number
24-hour trading volume in USD
volume_change_24h
*
number
Percentage change in volume over 24 hours
percent_change_1h
*
number
Percentage price change in the last hour
percent_change_24h
*
number
Percentage price change in the last 24 hours
percent_change_7d
*
number
Percentage price change in the last 7 days
percent_change_30d
*
number
Percentage price change in the last 30 days
percent_change_60d
*
number
Percentage price change in the last 60 days
percent_change_90d
*
number
Percentage price change in the last 90 days
market_cap
*
number
Total market capitalization in USD
last_updated
*
string
Timestamp of the last price update
JSON
Copy
1
Returns details for native token
Returns details for token
Did you find what you need?
Yes
No