JSON-RPC Methods
About Load Network Native JSON-RPC methods
The eth_getArweaveStorageProof JSON-RPC method
eth_getArweaveStorageProof JSON-RPC methodcurl -X POST https://alphanet.load.network \
-H "Content-Type: application/json" \
--data '{
"jsonrpc":"2.0",
"method":"eth_getArweaveStorageProof",
"params":["8038800"],
"id":1
}'The eth_getWvmTransactionByTag JSON-RPC method
eth_getWvmTransactionByTag JSON-RPC methodcurl https://alphanet.load.network \
-X POST \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_getWvmTransactionByTag",
"params": [{
"tag": ["name", "value"]
}]
}'Last updated