post https://api.zan.top/node/v1/ftm/mainnet/
Returns the event (without transactions) by hash or short ID.
Log in to see full request history
Response
Returns the event (without transactions) by hash or short ID.
xxxxxxxxxx
14curl --request POST \
--url https://api.zan.top/node/v1/ftm/mainnet/public \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "dag_getEvent",
"params": [
"0x00000001000000039bcda184cc9e2b20386dcee5f39fe3c4f36f7b47c297ff2b"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: