Skip to content
Docs

Dedicated

Get RPC Node Dedicated Details
GET/v1/rpc_nodes/dedicated/{node_id}
List RPC Node Dedicated
GET/v1/rpc_nodes/dedicated
ModelsExpand Collapse
Dedicated object { id, blockchain, created_at, 6 more }

RPC Node Dedicated details.

id: string

Unique identifier for the RPC Node Dedicated.

blockchain: string

Blockchain type.

created_at: string

When the RPC Node Dedicated was created.

formatdate-time
endpoint: string

RPC endpoint URL.

name: string

Name of the RPC Node Dedicated.

network: string

Network type (e.g., mainnet, testnet).

project_id: string

Project identifier associated with the RPC Node Dedicated.

tags: array of string

Tags to attach to the RPC Node Dedicated.

updated_at: string

When the RPC Node Dedicated was updated.

formatdate-time
DedicatedBlockchain object { blockchain, network }

Blockchain supported by the RPC Node Dedicated.

blockchain: string

Blockchain type.

network: string

Network type (e.g., mainnet, testnet).

DedicatedBlockchainList object { items, pagination }
items: array of DedicatedBlockchain { blockchain, network }
blockchain: string

Blockchain type.

network: string

Network type (e.g., mainnet, testnet).

DedicatedList object { items, pagination }
items: array of Dedicated { id, blockchain, created_at, 6 more }
id: string

Unique identifier for the RPC Node Dedicated.

blockchain: string

Blockchain type.

created_at: string

When the RPC Node Dedicated was created.

formatdate-time
endpoint: string

RPC endpoint URL.

name: string

Name of the RPC Node Dedicated.

network: string

Network type (e.g., mainnet, testnet).

project_id: string

Project identifier associated with the RPC Node Dedicated.

tags: array of string

Tags to attach to the RPC Node Dedicated.

updated_at: string

When the RPC Node Dedicated was updated.

formatdate-time

DedicatedBlockchains

List Dedicated Blockchains
GET/v1/rpc_nodes/dedicated/blockchains