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 tokens snapshot

Get tokens snapshot

Get tokens snapshot

GEThttps://api.1inch.com/portfolio/portfolio/v5.0/tokens/snapshot
Supported on:
ArbitrumAvalancheBaseBNB ChainZKsyncEthereumGnosisOptimismPolygonLineaSolanaSonicUnichain

Parameters

addresses
* array query
chain_id
any query
timestamp
any query
use_cache
boolean query

Request Body

This request doesn’t have any request body.

1

Returns

200
422
array
items
AdapterResult object
index
* string
chain_id
* integer
contract_address
*AddressType any
anyOf[0]
string
anyOf[1]
string
token_id
* integer
address
*AddressType any
anyOf[0]
string
anyOf[1]
string
block_number_created
* integer
block_number
any
anyOf[0]
integer
anyOf[1]
null
timestamp
any
anyOf[0]
integer
anyOf[1]
null
protocol_type
* string
protocol_handler_id
* string
protocol_group_id
* string
protocol_group_name
* string
protocol_group_icon
* any
anyOf[0]
string
anyOf[1]
null
protocol_group_url
any
anyOf[0]
string
anyOf[1]
null
protocol_sub_group_id
any
anyOf[0]
string
anyOf[1]
null
protocol_sub_group_name
any
anyOf[0]
string
anyOf[1]
null
contract_name
* string
contract_symbol
* string
asset_sign
* integer
status
Status integer (Enum)
1
0
-1
underlying_tokens
array
items
object
additionalProperties
any
reward_tokens
array
items
object
additionalProperties
any
value_usd
any
anyOf[0]
number
anyOf[1]
null
locked
boolean
additionalProperties
none
JSON
1

Did you find what you need?