diff --git a/pages/advanced-api/javascript-sdk.mdx b/pages/advanced-api/javascript-sdk.mdx index 4ba1d04f..2555d5b2 100644 --- a/pages/advanced-api/javascript-sdk.mdx +++ b/pages/advanced-api/javascript-sdk.mdx @@ -56,6 +56,7 @@ Currently, `ankr.js` supports interaction with the following chains using their * Stellar: `stellar`. * Story: `story_mainnet`. * Syscoin: `syscoin`. + * Taiko: `taiko`. * Telos: `telos`. * Xai: `xai`. * X Layer: `xlayer` diff --git a/pages/advanced-api/nft-methods.mdx b/pages/advanced-api/nft-methods.mdx index 2adf41ba..f63a4c81 100644 --- a/pages/advanced-api/nft-methods.mdx +++ b/pages/advanced-api/nft-methods.mdx @@ -42,8 +42,8 @@ Build your request using the parameters below. * `params` (object): the data object containing request body parameters: * `walletAddress` (string; required): an account address to query for NFTs; supports the Ethereum Name Service (ENS). * `blockchain` (string): a chain or a combination of chains to query: - * Single chain: `arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`. - * Chains combination: `[arbitrum, avalanche, base, bsc, eth, fantom, flare, gnosis, linea, optimism, polygon, scroll, stellar, story_mainnet, syscoin, telos, xai, xlayer, avalanche_fuji, base_sepolia, eth_holesky, eth_sepolia, optimism_testnet, polygon_amoy, story_aeneid_testnet]`. + * Single chain: `arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `taiko`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`. + * Chains combination: `[arbitrum, avalanche, base, bsc, eth, fantom, flare, gnosis, linea, optimism, polygon, scroll, stellar, story_mainnet, syscoin, taiko, telos, xai, xlayer, avalanche_fuji, base_sepolia, eth_holesky, eth_sepolia, optimism_testnet, polygon_amoy, story_aeneid_testnet]`. * All chains: leave the value empty to query all the chains available. * `pageSize` (int32): a number of page results you'd like to get (default=10, max=50). * `pageToken` (string): a token is provided at the end of the response body and can be referenced in the request to fetch the next page. @@ -107,7 +107,7 @@ A successful response contains the following parameters: * `id` (int64; required): * `jsonrpc` (string; required): * `result` (object): the data object containing a list of NFT assets and their metadata: - * `blockchain` (string; required): one of the supported chains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). + * `blockchain` (string; required): one of the supported chains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `taiko`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). * `collectionName` (string): a collection name the NFT asset belongs to. * `contractAddress` (string): an NFT collection's EVM-compatible contract address. * `contractType` (int32): a type of the contract — either ERC721 or ERC1155. @@ -349,7 +349,7 @@ Build your request using the parameters below. * `method` (string; required): a method used for the request. * `params` (object): the data object containing request body parameters. - * `blockchain` (string; required): either of the supported chains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). + * `blockchain` (string; required): either of the supported chains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `taiko`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). * `contractAddress` (string): an address of the NFT contract the metadata belongs to; supports the Ethereum Name Service (ENS). * `forceFetch` (boolean): source of NFT metadata — `true` the contract, `false` the database. * `skipSyncCheck` (boolean): if set to `true`, the info will be returned regardless of indexer health. @@ -397,7 +397,7 @@ A successful request returns, along with the general parameters, the `result` ob * `result` (object): the data object containing the NFT metadata and NFT attributes: * `metadata` (object): the data object containing the NFT metadata: - * `blockchain` (string; required): one of the supported chains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). + * `blockchain` (string; required): one of the supported chains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `taiko`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). * `contractAddress` (string): a contract address of the NFT Collection; supports the Ethereum Name Service (ENS). * `contractType` (string): a contract type of the NFT the metadata belongs to (example: ERC721, ERC1155). * `tokenId` (string): a token ID of the NFT the metadata belongs to (example: 7822). @@ -551,7 +551,7 @@ Build your request using the parameters below. * `method` (string; required): a method used for the request. * `params` (object): the data object containing request body parameters. - * `blockchain` (string; required): either of the supported blockchains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). + * `blockchain` (string; required): either of the supported blockchains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `taiko`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). * `contractAddress` (string): a contract address of the NFT collection; supports the Ethereum Name Service (ENS). * `pageSize` (integer): a number of results you'd like to get (max: `10000`, default: `1000`). * `pageToken` (string): a current page token provided at the end of the response body; can be referenced in the request to fetch the next page. @@ -690,7 +690,7 @@ Build your request using the parameters below. * `params` (object): the data object containing request body parameters. * `address` (array of strings; required): an address (or list of addresses) to search for transactions. - * `blockchain` (array of strings): either of the supported blockchains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). + * `blockchain` (array of strings): either of the supported blockchains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `taiko`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). * `descOrder` (boolean): choose data order, either descending (if `true`) or ascending (if `false`). * `fromBlock` (integer): narrow your search indicating the block number to start from (inclusive; `>= 0`). * `toBlock` (integer): narrow your search indicating the block number to end with (inclusive; `>= 0`). diff --git a/pages/advanced-api/overview.mdx b/pages/advanced-api/overview.mdx index 112ff594..4b36049a 100644 --- a/pages/advanced-api/overview.mdx +++ b/pages/advanced-api/overview.mdx @@ -40,6 +40,7 @@ Currently, Advanced API supports querying the following chains using their alias * Stellar: `stellar`. * Story: `story_mainnet`. * Syscoin: `syscoin`. + * Taiko: `taiko`. * Telos: `telos` * Xai: `xai`. * X Layer: `xlayer` diff --git a/pages/advanced-api/python-sdk.mdx b/pages/advanced-api/python-sdk.mdx index 9a05d004..aca98c77 100644 --- a/pages/advanced-api/python-sdk.mdx +++ b/pages/advanced-api/python-sdk.mdx @@ -89,6 +89,7 @@ Currently, `ankr.py` supports interaction with the following chains using their * Stellar: `stellar`. * Story: `story_mainnet`. * Syscoin: `syscoin`. + * Taiko: `taiko`. * Telos: `telos`. * Xai: `xai`. * X Layer: `xlayer` diff --git a/pages/advanced-api/query-methods.mdx b/pages/advanced-api/query-methods.mdx index 8f0207c6..0d7d5ced 100644 --- a/pages/advanced-api/query-methods.mdx +++ b/pages/advanced-api/query-methods.mdx @@ -42,8 +42,8 @@ Build your request using the parameters below. * `params` (object): the data object containing request body parameters: * `blockchain` (string): a chain or a combination of chains to query: - * Single chain: `arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`. - * Chains combination: `[arbitrum, avalanche, base, bsc, eth, fantom, flare, gnosis, linea, optimism, polygon, scroll, stellar, story_mainnet, syscoin, telos, xai, xlayer, avalanche_fuji, base_sepolia, eth_holelsky, eth_sepolia, polygon_amoy, story_aeneid_testnet]`. + * Single chain: `arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `taiko`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`. + * Chains combination: `[arbitrum, avalanche, base, bsc, eth, fantom, flare, gnosis, linea, optimism, polygon, scroll, stellar, story_mainnet, syscoin, taiko, telos, xai, xlayer, avalanche_fuji, base_sepolia, eth_holelsky, eth_sepolia, polygon_amoy, story_aeneid_testnet]`. * All chains: leave the value empty to query all the chains available. = 0`). Supported value formats: hex, decimal, "earliest", "latest". * `toBlock` (integer): narrow your search indicating the block number to end with (inclusive; `>= 0`). Supported value formats: hex, decimal, "earliest", "latest". diff --git a/pages/advanced-api/react-hooks.mdx b/pages/advanced-api/react-hooks.mdx index 570bccb7..664db23e 100644 --- a/pages/advanced-api/react-hooks.mdx +++ b/pages/advanced-api/react-hooks.mdx @@ -66,6 +66,7 @@ const Page = () => { * Stellar: `stellar`. * Story: `story_mainnet`. * Syscoin: `syscoin`. + * Taiko: `taiko`. * Telos: `telos`. * Xai: `xai`. * X Layer: `xlayer` diff --git a/pages/advanced-api/token-methods.mdx b/pages/advanced-api/token-methods.mdx index 5be98710..b7cf58fa 100644 --- a/pages/advanced-api/token-methods.mdx +++ b/pages/advanced-api/token-methods.mdx @@ -45,8 +45,8 @@ Build your request using the parameters below. * `params` (object): the data object containing request body parameters: * `blockchain` (string): a chain or a combination of chains to query: - * Single chain: `arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`. - * Chains combination: `[arbitrum, avalanche, base, bsc, eth, fantom, flare, gnosis, linea, optimism, polygon, scroll, stellar, story_mainnet, syscoin, telos, xai, xlayer, avalanche_fuji, base_sepolia, eth_holesky, eth_sepolia, optimism_testnet, polygon_amoy, story_aeneid_testnet]`. + * Single chain: `arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `taiko`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`. + * Chains combination: `[arbitrum, avalanche, base, bsc, eth, fantom, flare, gnosis, linea, optimism, polygon, scroll, stellar, story_mainnet, syscoin, taiko, telos, xai, xlayer, avalanche_fuji, base_sepolia, eth_holesky, eth_sepolia, optimism_testnet, polygon_amoy, story_aeneid_testnet]`. * All chains: leave the value empty to query all the chains available. * `nativeFirst` (boolean): sorting order. Native network token first (true) or not (false). * `onlyWhitelisted` (boolean; default: `true`): only show tokens listed on CoinGekko (`true`) or all the tokens (`false`). Default — `true`. @@ -240,7 +240,7 @@ Build your request using the parameters below. * `method` (string; required): a method used for the request. * `params` (object): the data object containing request body parameters: - * `blockchain` (string; required): either of the supported chains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). + * `blockchain` (string; required): either of the supported chains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `taiko`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). = 0`). Supported value formats: hex, decimal, "earliest", "latest". @@ -1008,7 +1008,7 @@ Build your request using the parameters below. * `method` (string; required): a method used for the request. * `params` (object): the data object containing request body parameters: - * `blockchain` (string; required): either of the supported chains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). + * `blockchain` (string; required): either of the supported chains (`arbitrum`, `avalanche`, `base`, `bsc`, `eth`, `fantom`, `flare`, `gnosis`, `linea`, `optimism`, `polygon`, `scroll`, `stellar`, `story_mainnet`, `syscoin`, `taiko`, `telos`, `xai`, `xlayer`, `avalanche_fuji`, `base_sepolia`, `eth_holesky`, `eth_sepolia`, `optimism_testnet`, `polygon_amoy`, `story_aeneid_testnet`). * `contractAddress` (string): an address of the token contract; supports the Ethereum Name Service (ENS). If not provided, returns the native coin price of the blockchain specified. * `fromTimestamp` (integer): narrow your search indicating the UNIX timestamp to start from (inclusive; `>= 0`). * `toTimestamp` (integer): narrow your search indicating the UNIX timestamp to end with (inclusive; `>=0`).