Network & Endpoints
Chain ID and service endpoints for the current environment.
BlockVectra currently supports one network. The endpoints below are resolved from this site's build-time configuration, so they always match the environment you're looking at (local, dev, or production).
Network
| Network | Robinhood Chain |
| Chain ID | 4663 |
Endpoints
| Service | URL |
|---|---|
| JSON-RPC (data plane, via gateway) | https://dev-api.blockvectra.network/v1/ |
| Data API (read-only REST, via gateway — path prefix still being finalized) | https://dev-api.blockvectra.network/v1 |
| Console API (account, keys, usage — ships in phase 3) | https://dev-console-api.blockvectra.network |
| Status (chain-head lag and dataset freshness — ships in phase 2) | https://dev-api.blockvectra.network/v1 |
See Quickstart for how to call the JSON-RPC and Data API endpoints, and Get an API key if you don't have one yet.