RPC Node Model

EVM Network RPC Node Data Model Documentation

RPC Node

description: alphanumerical ID that uniquely identifies RPC node

type: string - required

requirements

  • format: more than 0 characters & less than 21

  • standard: short name that identifies RPC node & unique [in network RPC nodes data set] & exact to the object instance key

Type

description: specification type of RPC node

type: string - required

requirements

  • format: authenticated | public | local | null

  • standard: describe type of connection and authentication with RPC API node

HTTP

description: RPC API node HTTP connection endpoints

type: array of strings - required

requirements

  • format: start with "http://" or "https://" & have more than 8 characters

  • standard: must use HTTP or HTTPS protocol

WSS

description: RPC API node HTTP connection endpoints

type: array of strings - optional

requirements

  • format: start with "wss://" & have more than 8 characters

  • standard: must use WSS protocol

Provider

description: RPC API node service provider information

type: object - required

requirements

  • format: RpcProvider defined object

  • standard: RPC API node service provider associated with the RPC node

Last updated