Skip to content
Docs

    RPC Nodes

    RPC NodesFlex

    Create RPC Node Flex
    $ nirvana rpc-nodes:flex create
    POST/v1/rpc_nodes/flex
    Get RPC Node Flex Details
    $ nirvana rpc-nodes:flex get
    GET/v1/rpc_nodes/flex/{node_id}
    Update RPC Node Flex
    $ nirvana rpc-nodes:flex update
    PATCH/v1/rpc_nodes/flex/{node_id}
    Delete RPC Node Flex
    $ nirvana rpc-nodes:flex delete
    DELETE/v1/rpc_nodes/flex/{node_id}
    List RPC Node Flex
    $ nirvana rpc-nodes:flex list
    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.

    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.

    flex_blockchain: object { blockchain, network }

    Blockchain supported by the RPC Node Flex.

    blockchain: string

    Blockchain type.

    network: string

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

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

    Blockchain type.

    network: string

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

    flex_list: 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.

    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.

    RPC NodesFlexBlockchains

    List Flex Blockchains
    $ nirvana rpc-nodes:flex:blockchains list
    GET/v1/rpc_nodes/flex/blockchains

    RPC NodesDedicated

    Get RPC Node Dedicated Details
    $ nirvana rpc-nodes:dedicated get
    GET/v1/rpc_nodes/dedicated/{node_id}
    List RPC Node Dedicated
    $ nirvana rpc-nodes:dedicated list
    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.

    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.

    dedicated_blockchain: object { blockchain, network }

    Blockchain supported by the RPC Node Dedicated.

    blockchain: string

    Blockchain type.

    network: string

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

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

    Blockchain type.

    network: string

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

    dedicated_list: 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.

    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.

    RPC NodesDedicatedBlockchains

    List Dedicated Blockchains
    $ nirvana rpc-nodes:dedicated:blockchains list
    GET/v1/rpc_nodes/dedicated/blockchains