InboundTracker

get
Path parameters
chain_idanyRequired
tx_hashanyRequired
Responses
application/json
objectOptional
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"
  }
}