Skip to content
Docs

Dedicated

Get RPC Node Dedicated Details
client.RPCNodes.Dedicated.Get(ctx, nodeID) (*Dedicated, error)
GET/v1/rpc_nodes/dedicated/{node_id}
List RPC Node Dedicated
client.RPCNodes.Dedicated.List(ctx, query) (*Cursor[Dedicated], error)
GET/v1/rpc_nodes/dedicated
ModelsExpand Collapse
type Dedicated struct{…}

RPC Node Dedicated details.

ID string

Unique identifier for the RPC Node Dedicated.

Blockchain string

Blockchain type.

CreatedAt Time

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).

ProjectID string

Project identifier associated with the RPC Node Dedicated.

Tags []string

Tags to attach to the RPC Node Dedicated.

UpdatedAt Time

When the RPC Node Dedicated was updated.

formatdate-time
type DedicatedBlockchain struct{…}

Blockchain supported by the RPC Node Dedicated.

Blockchain string

Blockchain type.

Network string

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

type DedicatedBlockchainList struct{…}
Blockchain string

Blockchain type.

Network string

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

type DedicatedList struct{…}
Items []Dedicated
ID string

Unique identifier for the RPC Node Dedicated.

Blockchain string

Blockchain type.

CreatedAt Time

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).

ProjectID string

Project identifier associated with the RPC Node Dedicated.

Tags []string

Tags to attach to the RPC Node Dedicated.

UpdatedAt Time

When the RPC Node Dedicated was updated.

formatdate-time

DedicatedBlockchains

List Dedicated Blockchains
client.RPCNodes.Dedicated.Blockchains.List(ctx, query) (*Cursor[DedicatedBlockchain], error)
GET/v1/rpc_nodes/dedicated/blockchains