v1

latestSwagger 2.02026-07-17127100479.5 KB
hyperlane

Get transfer by id

Returns a single Hyperlane cross-chain token transfer by its internal id, including source/destination domain, amount, and associated transaction.

get/hyperlane/transfer/{id}

Path parameters

idinteger required

Internal identity

Response

OK

bodystring string
denomstring string
heightinteger
idinteger
mailboxstring binary
metadatastring string
nonceinteger
receivedstring string
timestring date-time
token_idstring binary
tx_hashstring binary
typestring string
versioninteger

Example response

{
  "address": {
    "celestials": {
      "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
      "name": "name",
      "primary": true,
      "status": "VERIFIED"
    },
    "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
  },
  "body": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAs2bWWU6FOB0=",
  "counterparty": {
    "chain_metadata": {
      "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"
      }
    },
    "domain": 100,
    "hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF"
  },
  "denom": "utia",
  "gas_payment": {
    "amount": "12345",
    "gas_amount": "123",
    "igp_id": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF"
  },
  "height": 100,
  "id": 321,
  "mailbox": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
  "metadata": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAs2bWWU6FOB0=",
  "nonce": 10,
  "received": "123445",
  "relayer": {
    "celestials": {
      "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
      "name": "name",
      "primary": true,
      "status": "VERIFIED"
    },
    "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
  },
  "time": "2023-07-04T03:10:57+00:00",
  "token_id": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
  "tx_hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
  "type": "collateral",
  "version": 1
}