API Keys
Learn how to authenticate your requests to Shadow.
curl https://rpc.shadow.xyz/ethereum/mainnet/v1/<FORK>/<VERSION> \
-X POST \
-H "Content-Type: application/json" \
-H "X-SHADOW-API-KEY: <YOUR-API-KEY>" \
--data '{"method":"eth_blockNumber","params":[],"id":1,"jsonrpc":"2.0"}'
Last updated