curl --request GET \
--url https://glacier-api.avax.network/v1/teleporter/messages/{messageId} \
--header 'x-glacier-api-key: <api-key>'{
"messageId": "<string>",
"teleporterContractAddress": "<string>",
"sourceBlockchainId": "<string>",
"destinationBlockchainId": "<string>",
"sourceEvmChainId": "<string>",
"destinationEvmChainId": "<string>",
"messageNonce": "<string>",
"from": "<string>",
"to": "<string>",
"messageExecuted": true,
"receipts": [
{
"receivedMessageNonce": "<string>",
"relayerRewardAddress": "<string>"
}
],
"receiptDelivered": true,
"rewardDetails": {
"address": "<string>",
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"value": "<string>",
"logoUri": "<string>",
"price": {
"value": 123
}
},
"sourceTransaction": {
"txHash": "<string>",
"timestamp": 123,
"gasSpent": "<string>"
},
"data": "<string>"
}[Deprecated] Gets a teleporter message by message ID.
⚠️ This operation will be removed in a future release. Please use /v1/icm/messages/:messageId endpoint instead .
curl --request GET \
--url https://glacier-api.avax.network/v1/teleporter/messages/{messageId} \
--header 'x-glacier-api-key: <api-key>'{
"messageId": "<string>",
"teleporterContractAddress": "<string>",
"sourceBlockchainId": "<string>",
"destinationBlockchainId": "<string>",
"sourceEvmChainId": "<string>",
"destinationEvmChainId": "<string>",
"messageNonce": "<string>",
"from": "<string>",
"to": "<string>",
"messageExecuted": true,
"receipts": [
{
"receivedMessageNonce": "<string>",
"relayerRewardAddress": "<string>"
}
],
"receiptDelivered": true,
"rewardDetails": {
"address": "<string>",
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"value": "<string>",
"logoUri": "<string>",
"price": {
"value": 123
}
},
"sourceTransaction": {
"txHash": "<string>",
"timestamp": 123,
"gasSpent": "<string>"
},
"data": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developers.avacloud.io/llms.txt
Use this file to discover all available pages before exploring further.
Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
The message ID of the teleporter message.
Successful response
Show child attributes
Show child attributes
Show child attributes
pending Was this page helpful?