Webhook

When EVM TRACKER detect a transaction ralated to target address, a notification will send data to webhook.

Send webhook

URL: see Project Instant Notification

Method: POST

Hook data:

Field
Type
Note

chainCode

string

Chain Code

value

uint

Value by chain

decimal

int

Decimal number

transactionHash

string

tx hash

from

string

address from

to

string

address to

tokenAddress

string

token address

blockNumber

int

Block number

Last updated