InboundTracker
get
Path parameters
chain_idstring · int64Required
tx_hashstringRequired
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /zeta-chain/crosschain/inboundTracker/{chain_id}/{tx_hash} HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
"inbound_tracker": {
"chain_id": "text",
"tx_hash": "text",
"coin_type": "Zeta"
}
}