diff --git a/pages/_meta.json b/pages/_meta.json index 13c037a6..4d5f49c1 100644 --- a/pages/_meta.json +++ b/pages/_meta.json @@ -44,11 +44,6 @@ "bridge": "Bridge", "switch": "Switch", "staking-extra": "Extra", - "-- Gaming": { - "type": "separator", - "title": "Making Games" - }, - "gaming-overview": "Mirage Gaming", "-- Support": { "type": "separator", diff --git a/pages/advanced-api/javascript-sdk.mdx b/pages/advanced-api/javascript-sdk.mdx index ce234c27..4ba1d04f 100644 --- a/pages/advanced-api/javascript-sdk.mdx +++ b/pages/advanced-api/javascript-sdk.mdx @@ -48,21 +48,22 @@ Currently, `ankr.js` supports interaction with the following chains using their * Ethereum: `eth`. * Fantom: `fantom`. * Flare: `flare`. - * Gnosis: `gnosis` + * Gnosis: `gnosis`. + * Linea: `linea`. * Optimism: `optimism`. * Polygon: `polygon`. * Scroll: `scroll`. * Stellar: `stellar`. * Story: `story_mainnet`. * Syscoin: `syscoin`. - * Telos: `telos` + * Telos: `telos`. * Xai: `xai`. * X Layer: `xlayer` **Testnet**: * Avalanche Fuji: `avalanche_fuji`. - * Base Sepolia: `base_sepolia` + * Base Sepolia: `base_sepolia`. * Ethereum Holesky: `eth_holesky`. * Ethereum Sepolia: `eth_sepolia`. * Optimism Testnet: `optimism_testnet`. diff --git a/pages/advanced-api/nft-methods.mdx b/pages/advanced-api/nft-methods.mdx index 3f1e2fc8..2adf41ba 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`, `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, 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`, `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]`. * 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. @@ -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`, `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`, `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`, `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`, `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`, `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`, `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`, `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`, `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 b5ecc1fc..112ff594 100644 --- a/pages/advanced-api/overview.mdx +++ b/pages/advanced-api/overview.mdx @@ -32,7 +32,8 @@ Currently, Advanced API supports querying the following chains using their alias * Ethereum: `eth`. * Fantom: `fantom`. * Flare: `flare`. - * Gnosis: `gnosis` + * Gnosis: `gnosis`. + * Linea: `linea`. * Optimism: `optimism`. * Polygon: `polygon`. * Scroll: `scroll`. diff --git a/pages/advanced-api/python-sdk.mdx b/pages/advanced-api/python-sdk.mdx index ba82d111..9a05d004 100644 --- a/pages/advanced-api/python-sdk.mdx +++ b/pages/advanced-api/python-sdk.mdx @@ -81,21 +81,22 @@ Currently, `ankr.py` supports interaction with the following chains using their * Ethereum: `eth`. * Fantom: `fantom`. * Flare: `flare`. - * Gnosis: `gnosis` + * Gnosis: `gnosis`. + * Linea: `linea`. * Optimism: `optimism`. * Polygon: `polygon`. * Scroll: `scroll`. * Stellar: `stellar`. * Story: `story_mainnet`. * Syscoin: `syscoin`. - * Telos: `telos` + * Telos: `telos`. * Xai: `xai`. * X Layer: `xlayer` **Testnet**: * Avalanche Fuji: `avalanche_fuji`. - * Base Sepolia: `base_sepolia` + * Base Sepolia: `base_sepolia`. * Ethereum Holesky: `eth_holesky`. * Ethereum Sepolia: `eth_sepolia`. * Optimism Testnet: `optimism_testnet`. diff --git a/pages/advanced-api/query-methods.mdx b/pages/advanced-api/query-methods.mdx index b8d1362e..8f0207c6 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`, `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, 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`, `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]`. * 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 ccbcb526..570bccb7 100644 --- a/pages/advanced-api/react-hooks.mdx +++ b/pages/advanced-api/react-hooks.mdx @@ -58,21 +58,22 @@ const Page = () => { * Ethereum: `eth`. * Fantom: `fantom`. * Flare: `flare`. - * Gnosis: `gnosis` + * Gnosis: `gnosis`. + * Linea: `linea`. * Optimism: `optimism`. * Polygon: `polygon`. * Scroll: `scroll`. * Stellar: `stellar`. * Story: `story_mainnet`. * Syscoin: `syscoin`. - * Telos: `telos` + * Telos: `telos`. * Xai: `xai`. * X Layer: `xlayer` **Testnet**: * Avalanche Fuji: `avalanche_fuji`. - * Base Sepolia: `base_sepolia` + * Base Sepolia: `base_sepolia`. * Ethereum Holesky: `eth_holesky`. * Ethereum Sepolia: `eth_sepolia`. * Optimism Testnet: `optimism_testnet`. diff --git a/pages/advanced-api/token-methods.mdx b/pages/advanced-api/token-methods.mdx index 5343403e..5be98710 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`, `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, 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`, `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]`. * 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`, `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`, `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`, `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`, `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`). diff --git a/pages/gaming-overview.mdx b/pages/gaming-overview.mdx deleted file mode 100644 index ce8d66ba..00000000 --- a/pages/gaming-overview.mdx +++ /dev/null @@ -1,10 +0,0 @@ -# Ankr's Mirage gaming platform -Mirage gaming platform is an access point to a complete set of battle-tested solutions to build, power up, scale, support, and publish your Web3 games. -Use SDKs to integrate with the platform and enable your game with the Web3 capabilities. -
- - - -
- [Learn more about Mirage](https://mirage.xyz/docs/) ↗ -