Skip to main content
Chance runs on Robinhood Chain, with a testnet and a mainnet deployment. networkConfigs returns every network the API can currently serve, with live contract addresses.
GraphQL

Fields

Selecting a network

Filter by networkId. The array only contains networks the API has fully configured, so mainnet may be absent before its deployment goes live:
TypeScript
Do not hardcode contract addresses from docs, screenshots, or old deployments. Pools are redeployed on ABI changes and addresses go stale; networkConfigs is the source of truth (the pool address comes from the API’s config, and the token / USDG / LP addresses are read from the pool itself).
Bring your own RPC endpoint for on-chain reads and writes — the API does not proxy RPC traffic.