post https://{network}.g.alchemy.com/v2/
Polygon API - Returns all signs given a blockhash.
Response
Polygon API - Returns all signs given a blockhash.
xxxxxxxxxx
14curl --request POST \
--url https://polygon-mainnet.g.alchemy.com/v2/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getSignersAtHash",
"params": [
"0x4dc1217672d9dd8215be5f1461f8d139cbe0dd871a38c3fa90a3ef248d94cac2"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: