chunk - NEAR Protocol
Example code for the chunk json-rpc method. Сomplete guide on how to use chunk json-rpc in GetBlock.io Web3 documentation.
Supported Networks
Parameters
Parameter
Type
Required
Description
Request
https://go.getblock.io/<ACCESS-TOKEN>/curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "chunk",
"params": {"block_id": 58934027, "shard_id": 0},
"id": "getblock.io"}'Response
Response Parameters Definition
Field
Data Type
Description
Use Cases
Code Example
Error Handling
Integration with Web3
Last updated
Was this helpful?