v1

latestSwagger 2.02026-07-17127100479.5 KB
forwarding

Get forwarding event by ID

Returns a single forwarding event by its internal ID. The response includes details about the cross-domain token transfer such as destination domain, destination address, forwarding address, success/failed counts, and the list of individual transfers.

get/forwarding/{id}

Path parameters

idinteger required

Internal forwarding event ID

Response

OK

amountstring string
denomstring string
dest_addressstring binary
dest_domaininteger
heightinteger
idinteger
message_idstring string
timestring date-time
token_idstring string
tx_hashstring binary

Example response

{
  "amount": "1000000",
  "chain": {
    "block_explorers": [
      {
        "api_url": "https://api.scan.url.io",
        "family": "etherscan",
        "name": "Block explorer",
        "url": "https://scan.url.io"
      }
    ],
    "name": "name",
    "native_token": {
      "decimals": 18,
      "name": "Ether",
      "symbol": "ETH"
    }
  },
  "denom": "hyperlane/0x726f757465725f61707000000000000000000000000000020000000000000024",
  "dest_address": "0x000000000000000000000000d5e85e86fc692cedad6d6992f1f0ccf273e39913",
  "dest_domain": 11155111,
  "forward_address": {
    "celestials": {
      "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
      "name": "name",
      "primary": true,
      "status": "VERIFIED"
    },
    "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
  },
  "height": 100,
  "id": 321,
  "inputs": [
    {
      "chain": {
        "block_explorers": [
          {
            "api_url": "https://api.scan.url.io",
            "family": "etherscan",
            "name": "Block explorer",
            "url": "https://scan.url.io"
          }
        ],
        "name": "name",
        "native_token": {
          "decimals": 18,
          "name": "Ether",
          "symbol": "ETH"
        }
      },
      "denom": "utia",
      "from": "0x000000000000000000000000123456789abcdef123456789abcdef12345609",
      "height": 100,
      "received": "123445",
      "time": "2023-07-04T03:10:57+00:00",
      "tx_hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF"
    }
  ],
  "message_id": "0xac8852bd411c0c88cdadfe9b2386b2bcd702f35479c25a4b2d2cc3fb49d095d4",
  "time": "2023-07-04T03:10:57+00:00",
  "token_id": "12652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF345",
  "tx_hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF"
}