👩💻Event Decoders
Transactions contain events. Often, these aren't easily decoded and require domain knowledge. We deliver endpoints to decode publicly known events.
Fetch all events that decentrifi can decode from a given transaction on a network.
GET
https://api.decentri.fi/events/decode/{transactionHash}?network={NETWORK}
Path Parameters
Name | Type | Description |
---|---|---|
transactionHash* | String |
Query Parameters
Name | Type | Description |
---|---|---|
NETWORK* | String | Network, like "ETHEREUM" |
Last updated