Retrieves the enabled assets (tokens) available on a specified blockchain network. Use this endpoint to discover all tokens that support deposits and withdrawals on a particular blockchain network. The `assets` field in the response is always an array, sorted alphabetically, containing one or more enabled asset codes.
GETv2/networks/ethereum/assets
curl --request GET \
--url https://api.gemini.com/v2/networks/ethereum/assets
The response will be a JSON object containing the network name and its supported assets.
networkstring
The blockchain network identifier.Example: ethereum
assetsarray
Alphabetically sorted array of enabled asset/token codes available on this network. Assets include both exchange-tradable and custody-supported tokens.Example: AAVE,BAT,DAI,ETH,LINK,MATIC,UNI,USDC,USDT,WBTC