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 supported chains

Get supported chains

Get supported chains

GEThttps://api.1inch.com/portfolio/portfolio/v5.0/general/supported_chains
Supported on:
ArbitrumAvalancheBaseBNB ChainZKsyncEthereumGnosisOptimismPolygonLineaSolanaSonicUnichain

Parameters

This request doesn’t have any parameters.

Request Body

This request doesn’t have any request body.

1

Returns

200
array
items
SupportedChainResponse object
chain_id
* integer
chain_name
* string
chain_icon
* string
native_token
*Token object
chain
* integer
address
*AddressType any
anyOf[0]
string
anyOf[1]
string
decimals
* integer
symbol
any
anyOf[0]
string
anyOf[1]
null
name
any
anyOf[0]
string
anyOf[1]
null
JSON
1

Did you find what you need?