WSS

chain_getFinalizedHead

Get hash of the last finalized block in the canon chain

wss://dot-assethub.nownodes.io/wss/{{api-key}}

Message:

{
    "jsonrpc": "2.0",
    "id": "test",
    "method": "chain_getFinalizedHead",
    "params": []
}

Example response: 200

{
    "jsonrpc": "2.0",
    "result": "0xe2bce6992dad643d2600e3ee1b63d8ea61eec85fd5406227fd1e081119191f8f",
    "id": "test"
}

chain_getBlock

Get the block hash for a specific block

Message:

Example response: 200

chain_getBlockHash

Get the block hash for a specific block

Message:

Example response: 200

author_submitExtrinsic

Submit a fully formatted extrinsic for block inclusion

Message:

Example response: 200

state_getStorage

Retrieves the storage for a key

Message:

Example response: 200

payment_queryInfo

Retrieves the fee information for an encoded extrinsic

Message:

Example response: 200

state_getRuntimeVersion

Get the runtime version

Message:

Example response: 200

state_getMetadata

Returns the runtime metadata

Message:

Example response: 200

system_properties

Get a custom set of properties as a JSON object, defined in the chain spec

Message:

Example response: 200

system_chain

Retrieves the chain

Message:

Example response: 200

author_submitAndWatchExtrinsic

Submit and subscribe to watch an extrinsic until unsubscribed

Message:

Example response: 200

author_pendingExtrinsics

Returns all pending extrinsics, potentially grouped by sender

Message:

Example response: 200

state_getReadProof

Returns proof of storage entries at a specific block state

Message:

Example response: 200

state_getStorageHash

Retrieves the storage hash

Message:

Example response: 200

state_getStorageSize

Retrieves the storage size

Message:

Example response: 200

state_queryStorage

Query historical storage entries (by key) starting from a start block

Message:

Example response: 200

state_queryStorageAt

Query storage entries (by key) starting at block hash given as the second parameter

Message:

Example response: 200

Last updated