{ "opencollection": "1.0.0", "info": { "name": "Data AVAX Supply Teleporter API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-glacier-api-key", "value": "{{x-glacier-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Teleporter", "type": "folder" }, "items": [ { "info": { "name": "getTeleporterMessage", "type": "http" }, "http": { "method": "GET", "url": "https://data-api.avax.network/v1/teleporter/messages/:messageId", "params": [ { "name": "messageId", "value": "acf1c8b06f9aec48e9fcbefbbe576ae8a7ca3b327fcae111396e7cc99956674d", "type": "path", "description": "The message ID of the teleporter message." } ] }, "docs": "**[Deprecated]** Gets a teleporter message by message ID.\n\n⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages/:messageId endpoint instead** ." }, { "info": { "name": "listTeleporterMessages", "type": "http" }, "http": { "method": "GET", "url": "https://data-api.avax.network/v1/teleporter/messages", "params": [ { "name": "pageToken", "value": "", "type": "query", "description": "A page token, received from a previous list call. Provide this to retrieve the subsequent page." }, { "name": "pageSize", "value": "10", "type": "query", "description": "The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100." }, { "name": "sourceBlockchainId", "value": "2D8RG4UpSXbPbvPCAWppNJyqTG2i2CAXSkTgmTBBvs7GKNZjsY", "type": "query", "description": "The base58 encoded blockchain ID or evm chain ID of the source chain that the teleporter message was sent from." }, { "name": "destinationBlockchainId", "value": "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp", "type": "query", "description": "The base58 encoded blockchain ID or evm chain ID of the destination chain that the teleporter message was sent to." }, { "name": "blockchainId", "value": "", "type": "query", "description": "The base58 encoded blockchain ID of either source or destination chain that one teleporter message interacts with." }, { "name": "to", "value": "0x664A4Be5Af2cFc824F9C0914CbAc4703396Da2DC", "type": "query", "description": "The address of the recipient of the teleporter message." }, { "name": "from", "value": "0x321eDA69247566D662178feE695C7026c604Cd94", "type": "query", "description": "The address of the sender of the teleporter message." }, { "name": "network", "value": "mainnet", "type": "query", "description": "Either mainnet or testnet/fuji." } ] }, "docs": "**[Deprecated]** Lists teleporter messages. Ordered by timestamp in descending order.\n\n⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages endpoint instead** ." }, { "info": { "name": "listTeleporterMessagesByAddress", "type": "http" }, "http": { "method": "GET", "url": "https://data-api.avax.network/v1/teleporter/addresses/:address/messages", "params": [ { "name": "pageToken", "value": "", "type": "query", "description": "A page token, received from a previous list call. Provide this to retrieve the subsequent page." }, { "name": "pageSize", "value": "10", "type": "query", "description": "The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100." }, { "name": "address", "value": "0x8578AE7723751446B196bD5124e1bF57B40EB7Bc", "type": "path", "description": "An EVM address." }, { "name": "network", "value": "mainnet", "type": "query", "description": "Either mainnet or testnet/fuji." } ] }, "docs": "**[Deprecated]** Lists teleporter messages by address. Ordered by timestamp in descending order.\n\n⚠️ **This operation will be removed in a future release. Please use /v1/icm/addresses/:address/messages endpoint instead** ." } ] } ], "bundled": true }