InboundHashToCctxData

Queries a InboundHashToCctx data by index.

get
Path parameters
inboundHashanyRequired
Responses
application/json
objectOptional
get
GET /zeta-chain/crosschain/inboundHashToCctxData/{inboundHash} HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
  "CrossChainTxs": [
    {
      "creator": "text",
      "index": "text",
      "zeta_fees": "text",
      "relayed_message": "text",
      "cctx_status": {
        "status": "PendingInbound",
        "status_message": "text",
        "error_message": "text",
        "lastUpdate_timestamp": "text",
        "isAbortRefunded": true,
        "created_timestamp": "text"
      },
      "inbound_params": {
        "sender": "text",
        "sender_chain_id": "text",
        "tx_origin": "text",
        "coin_type": "Zeta",
        "asset": "text",
        "amount": "text",
        "observed_hash": "text",
        "observed_external_height": "text",
        "ballot_index": "text",
        "finalized_zeta_height": "text",
        "tx_finalization_status": "NotFinalized",
        "is_cross_chain_call": true
      },
      "outbound_params": [
        {
          "receiver": "text",
          "receiver_chainId": "text",
          "coin_type": "Zeta",
          "amount": "text",
          "tss_nonce": "text",
          "gas_limit": "text",
          "gas_price": "text",
          "gas_priority_fee": "text",
          "hash": "text",
          "ballot_index": "text",
          "observed_external_height": "text",
          "gas_used": "text",
          "effective_gas_price": "text",
          "effective_gas_limit": "text",
          "tss_pubkey": "text",
          "tx_finalization_status": "NotFinalized",
          "call_options": {
            "gas_limit": "text",
            "is_arbitrary_call": true
          }
        }
      ],
      "protocol_contract_version": "V1",
      "revert_options": {
        "revert_address": "text",
        "call_on_revert": true,
        "abort_address": "text",
        "revert_message": "Ynl0ZXM=",
        "revert_gas_limit": "text"
      }
    }
  ]
}