List teleporter messages
Lists teleporter messages. Ordered by timestamp in descending order.
Authorizations
Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Query Parameters
A page token, received from a previous list call. Provide this to retrieve the subsequent page.
The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1 < x < 100
The base58 encoded blockchain ID or evm chain ID of the source chain that the teleporter message was sent from.
The base58 encoded blockchain ID or evm chain ID of the destination chain that the teleporter message was sent to.
The base58 encoded blockchain ID of either source or destination chain that one teleporter message interacts with.
The address of the recipient of the teleporter message.
The address of the sender of the teleporter message.
Either mainnet or testnet/fuji.
mainnet
, fuji
, testnet
Response
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.
Was this page helpful?