Get Assets for Network
GEThttps://api.gemini.com/v2/networks/{network}/assets
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.
GET
curl --request GET \
--url https://api.gemini.com/v2/networks/ethereum/assetsPath Parameters
Responses
The response will be a JSON object containing the network name and its supported assets.
Last modified on