Skip to main content
Returns every Robinhood network the API can currently serve. Call it at startup instead of hardcoding addresses — see Networks & contracts for the integration guidance.
GraphQL

Response fields

Behavior

  • Only fully configured networks appear — mainnet may be absent until its deployment is live. Select by networkId and handle a missing entry gracefully.
  • Addresses are authoritative: the pool address comes from API config, and token / USDG / LP addresses are read from the pool contract itself.
  • No arguments, no auth. Safe to cache for the lifetime of your process; refetch on reconnect or startup.