Business
Products
Pricing
Enterprise
AI
Docs
Try for free
Sign in
Go to...
Search
⌘K
Portfolio API
API version:
v5.0
Introduction
Quickstart guide
Migration
Migration from v4 to v5.0
Methods
Check if portfolio service is available
GET
Check if historical data is available
GET
Get supported chains
GET
Get supported protocols
GET
Get current portfolio value breakdown
GET
General profit and loss
GET
General value chart
GET
Overview report
GET
Transaction history
GET
History transaction types
GET
Get protocols snapshot
GET
Get protocols metrics
GET
Get additional info for chosen token for given timerange, e.g. average buy price, inflow/outflow, pnl etc
GET
Get chart for chosen token value and price with in/out transfers info for given timerange
GET
Get paginated transactions info for chosen token
GET
Get tokens snapshot
GET
Get tokens metrics
GET
Search
⌘K
Portfolio API
API version:
v5.0
Introduction
Quickstart guide
Migration
Migration from v4 to v5.0
Methods
Check if portfolio service is available
GET
Check if historical data is available
GET
Get supported chains
GET
Get supported protocols
GET
Get current portfolio value breakdown
GET
General profit and loss
GET
General value chart
GET
Overview report
GET
Transaction history
GET
History transaction types
GET
Get protocols snapshot
GET
Get protocols metrics
GET
Get additional info for chosen token for given timerange, e.g. average buy price, inflow/outflow, pnl etc
GET
Get chart for chosen token value and price with in/out transfers info for given timerange
GET
Get paginated transactions info for chosen token
GET
Get tokens snapshot
GET
Get tokens metrics
GET
Docs
·
APIs
·
Portfolio API
·
Methods
·
v5.0
·
Get chart for chosen token value and price with in/out transfers info for given timerange
Get chart for chosen token value and price with in/out transfers info for given timerange
Use with AI
Get additional charts for token
GET
https://api.1inch.com/portfolio/portfolio/v5.0/tokens/additional/charts
Supported on:
Arbitrum
Avalanche
Base
BNB Chain
ZKsync
Ethereum
Gnosis
Optimism
Polygon
Linea
Solana
Sonic
Unichain
Parameters
addresses
*
array
query
Addresses
chain_id
*
integer
query
Chain id
contract_address
*
string
query
Contract address
timerange
string
(Enum)
query
Timerange
Request Body
This request doesn’t have any request body.
JavaScript
Copy
Try it
1
Returns
200
422
ResponseEnvelope_list_AssetAugmentedChartResponseItem__
object
result
*
array
items
AssetAugmentedChartResponseItem
object
Chart data point with additional price and diff information.
timestamp
*
integer
Unix timestamp of the data point
value_usd
*
number
Portfolio value in USD at this timestamp
price_to_usd
*
number
Token price in USD at this timestamp
diff_amount
*
any
Change in token amount since previous point
anyOf[0]
number
anyOf[1]
null
value_diff_usd
*
any
Change in USD value since previous point
anyOf[0]
number
anyOf[1]
null
meta
any
anyOf[0]
ResponseMeta
object
Response metadata including cache and performance information.
cached_at
any
anyOf[0]
integer
anyOf[1]
null
system
any
anyOf[0]
ProcessingInfo
object
Server-side processing time breakdown by subsystem.
click_time
number
node_time
number
microservices_time
number
redis_time
number
total_time
number
anyOf[1]
null
anyOf[1]
null
JSON
Copy
1
Get additional info for chosen token for given timerange, e.g. average buy price, inflow/outflow, pnl etc
Get paginated transactions info for chosen token
Did you find what you need?
Yes
No