Comment on page
Networks
Each Platform instance has a single GraphQL API endpoint.
Network | Platform | Web Playground URLs | HTTP Endpoints | Websocket Endpoints |
---|---|---|---|---|
Everscale Main Network | ||||
Everscale Developer Network | ||||
Everscale Test Network aka FLD (beta testing of new blockchain features) | https://n01.fld.dapp.tonlabs.io/graphql
https://n02.fld.dapp.tonlabs.io/graphql
https://n03.fld.dapp.tonlabs.io/graphql
https://n04.fld.dapp.tonlabs.io/graphql | https://n01.fld.dapp.tonlabs.io/graphql
https://n02.fld.dapp.tonlabs.io/graphql
https://n03.fld.dapp.tonlabs.io/graphql
https://n04.fld.dapp.tonlabs.io/graphql | wss://n01.fld.dapp.tonlabs.io/graphql
wss://n02.fld.dapp.tonlabs.io/graphql
wss://n03.fld.dapp.tonlabs.io/graphql
wss://n04.fld.dapp.tonlabs.io/graphql | |
Everscale Developer Network (sandbox) | https://devnet-demo.evercloud.dev/graphql | wss://devnet-demo.evercloud.dev/graphql | ||
The Open Network (TON) Mainnet beta | https://ton-mainnet.evercloud.dev/graphql | https://ton-mainnet.evercloud.dev/graphql | wss://ton-mainnet.evercloud.dev/graphql | |
Local Network | http://localhost/graphql
http://127.0.0.1/graphql
http://0.0.0.0/graphql | wss://localhost/graphql |
Last modified 1mo ago