
Multicall
SANDSHREW provides the sandshrew_multicall method for batch calls against the SANDSHREW supported namespaces.
Multicall functionality is exclusive to mainnet and testnet calls currently. Support for the signet.sandshrew.io endpoint is ongoing.
curl https://mainnet.sandshrew.io/v1/<developer key> \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"method": "sandshrew_multicall",
"params": [
["esplora_block-height", ["817974"]],
["esplora_blocks:tip:height", []]
],
"id": 0
}'
Last updated