/zeta-chain/crosschain/cctx/{index}

Queries a send by index.

Parameters:

index-string,

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://zeta-testnet.blockpi.network/lcd/v1/<your-api-key>/zeta-chain/crosschain/cctx/0x00039af9e4df747316866064d6907e936520cd0d1d4264237bc906400571fa20

// Result
{
  "CrossChainTx": {
    "creator": "zeta1hk05v9len8u0c2xrwxgfknvcskpd4vncm7ehch",
    "index": "0x00039af9e4df747316866064d6907e936520cd0d1d4264237bc906400571fa20",
    "zeta_fees": "0",
    "relayed_message": "",
    "cctx_status": {
      "status": "OutboundMined",
      "status_message": "First half of EVM transfer Completed",
      "lastUpdate_timestamp": "1688068482"
    },
    "inbound_tx_params": {
      "sender": "0x271dd8063C2ee25D4124DD254D25610A84065006",
      "sender_chain_id": "5",
      "tx_origin": "0x271dd8063C2ee25D4124DD254D25610A84065006",
      "coin_type": "Zeta",
      "asset": "",
      "amount": "1",
      "inbound_tx_observed_hash": "0xab40fcbcf93a88fbffb30d2170eb3e41fa43e7d84f430b1cdc39a20bc46b282e",
      "inbound_tx_observed_external_height": "9262317",
      "inbound_tx_ballot_index": "0x00039af9e4df747316866064d6907e936520cd0d1d4264237bc906400571fa20",
      "inbound_tx_finalized_zeta_height": "0"
    },
    "outbound_tx_params": [
      {
        "receiver": "0x271dd8063c2ee25d4124dd254d25610a84065006",
        "receiver_chainId": "7001",
        "coin_type": "Zeta",
        "amount": "0",
        "outbound_tx_tss_nonce": "0",
        "outbound_tx_gas_limit": "21000",
        "outbound_tx_gas_price": "",
        "outbound_tx_hash": "Mined directly to ZetaEVM without TX",
        "outbound_tx_ballot_index": "",
        "outbound_tx_observed_external_height": "0"
      }
    ]
  }
}

Last updated