v2

latestOpenAPI 3.1.02026-08-0888266502.2 KB
Teleporter

[Deprecated] Lists teleporter messages. Ordered by timestamp in descending order.

⚠️ This operation will be removed in a future release. Please use /v1/icm/messages endpoint instead .

get/v1/teleporter/messages

Query parameters

pageTokenstring

A page token, received from a previous list call. Provide this to retrieve the subsequent page.

pageSizeinteger

The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.

sourceBlockchainIdstring

The base58 encoded blockchain ID or evm chain ID of the source chain that the teleporter message was sent from.

destinationBlockchainIdstring

The base58 encoded blockchain ID or evm chain ID of the destination chain that the teleporter message was sent to.

blockchainIdstring

The base58 encoded blockchain ID of either source or destination chain that one teleporter message interacts with.

tostring

The address of the recipient of the teleporter message.

fromstring

The address of the sender of the teleporter message.

network'mainnet' | 'fuji' | 'testnet'

Either mainnet or testnet/fuji.

Response

Successful response

nextPageTokenstring

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.

Example response

{
  "messages": [
    {
      "rewardDetails": {
        "address": "0x71C7656EC7ab88b098defB751B7401B5f6d8976F",
        "name": "Wrapped AVAX",
        "symbol": "WAVAX",
        "decimals": 18,
        "logoUri": "https://images.ctfassets.net/gcj8jwzm6086/5VHupNKwnDYJvqMENeV7iJ/fdd6326b7a82c8388e4ee9d4be7062d4/avalanche-avax-logo.svg"
      }
    }
  ]
}