v1
latestSwagger 2.02026-07-17127100479.5 KBhyperlane
List hyperlane tokens info
Returns a paginated list of Hyperlane tokens indexed on Celestia. Supports filtering by owner address, mailbox identity, and token type (synthetic or collateral).
get/hyperlane/token
Query parameters
limitinteger
Count of requested entities
offsetinteger
Offset
sort'asc' | 'desc'
Sort order. Default: desc
ownerstring
Owner celestia address
mailboxstring
Mailbox hexademical identity
type'synthetic' | 'collateral'
Comma-separated string of tokens type
Response
OK
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"
}
]