Skip to content
Docs

Flex

Create RPC Node Flex
POST/v1/rpc_nodes/flex
Get RPC Node Flex Details
GET/v1/rpc_nodes/flex/{node_id}
Update RPC Node Flex
PATCH/v1/rpc_nodes/flex/{node_id}
Delete RPC Node Flex
DELETE/v1/rpc_nodes/flex/{node_id}
List RPC Node Flex
GET/v1/rpc_nodes/flex
ModelsExpand Collapse
Flex object { id, blockchain, created_at, 6 more }

RPC Node Flex details.

id: string

Unique identifier for the RPC Node Flex.

blockchain: string

Blockchain type.

created_at: string

When the RPC Node Flex was created.

formatdate-time
endpoint: string

RPC endpoint URL.

name: string

Name of the RPC Node Flex.

network: string

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

project_id: string

Project identifier associated with the RPC Node Flex.

tags: array of string

Tags to attach to the RPC Node Flex.

updated_at: string

When the RPC Node Flex was updated.

formatdate-time
FlexBlockchain object { blockchain, network }

Blockchain supported by the RPC Node Flex.

blockchain: string

Blockchain type.

network: string

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

FlexBlockchainList object { items, pagination }
items: array of FlexBlockchain { blockchain, network }
blockchain: string

Blockchain type.

network: string

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

FlexList object { items, pagination }
items: array of Flex { id, blockchain, created_at, 6 more }
id: string

Unique identifier for the RPC Node Flex.

blockchain: string

Blockchain type.

created_at: string

When the RPC Node Flex was created.

formatdate-time
endpoint: string

RPC endpoint URL.

name: string

Name of the RPC Node Flex.

network: string

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

project_id: string

Project identifier associated with the RPC Node Flex.

tags: array of string

Tags to attach to the RPC Node Flex.

updated_at: string

When the RPC Node Flex was updated.

formatdate-time

FlexBlockchains

List Flex Blockchains
GET/v1/rpc_nodes/flex/blockchains