v1

latestSwagger 2.02026-07-17127100479.5 KB
hyperlane

Get hyperlane token info

Returns detailed information about a Hyperlane token (synthetic or collateral) identified by its hexadecimal identity, including owner, mailbox, and token type.

get/hyperlane/token/{id}

Path parameters

idstring required

Hyperlane token id

Response

OK

denomstring string
heightinteger
idinteger
mailboxstring binary
receivedstring string
received_transfersinteger
sentstring string
sent_transfersinteger
timestring date-time
token_idstring binary
tx_hashstring binary
typestring string

Example response

{
  "denom": "utia",
  "height": 100,
  "id": 321,
  "mailbox": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
  "owner": {
    "celestials": {
      "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
      "name": "name",
      "primary": true,
      "status": "VERIFIED"
    },
    "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
  },
  "received": "123445",
  "received_transfers": 100,
  "sent": "123445",
  "sent_transfers": 100,
  "time": "2023-07-04T03:10:57+00:00",
  "token_id": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
  "tx_hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
  "type": "collateral"
}