GET
/
v1
/
teleporter
/
messages

Authorizations

x-glacier-api-key
string
headerrequired

Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.

Query Parameters

pageToken
string

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

pageSize
integer
default: 10

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

sourceBlockchainId
string

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

destinationBlockchainId
string

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

blockchainId
string

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

to
string

The address of the recipient of the teleporter message.

from
string

The address of the sender of the teleporter message.

network
enum<string>

mainnet or testnet.

Available options:
mainnet,
testnet

Response

200 - application/json
nextPageToken
string

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.

messages
object[]
required