Get Network
Retrieves the associated network(s) for a requested token, filtered by your account's access permissions. This authenticated endpoint returns only the networks where your account has both deposit and withdraw access enabled. This supports the multinetwork deposit and withdrawal flow. Many tokens are available on multiple blockchain networks. For example, USDC is available on Optimism, Solana, Base, Arbitrum, Avalanche, and Ethereum. The `network` field in the response is always an array, which may contain one or more supported networks.
The v1 network endpoint is being retired. This v2 endpoint is the recommended replacement, offering account-level filtering for deposit and withdraw access. Please migrate to this endpoint at your earliest convenience.
curl --request GET \
--url https://api.gemini.com/v2/network/USDC \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>'Roles
The API key you use to access this endpoint must have the Fund Manager or Auditor role assigned. See Roles for more information.
Path Parameters
Headers
Responses
The response will be a JSON object containing the token and its available networks for the authenticated account.