@@ -42,8 +42,8 @@ Build your request using the parameters below.
4242* ` params ` (object): the data object containing request body parameters:
4343
4444 * ` blockchain ` (string): a chain or a combination of chains to query:
45- * 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 ` .
46- * 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] ` .
45+ * 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 ` .
46+ * 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] ` .
4747 * All chains: leave the value empty to query all the chains available.
4848
4949<Tabs
@@ -140,7 +140,7 @@ Build your request using the parameters below.
140140* ` method ` (string; required): a method used for the request.
141141* ` params ` (object): the data object containing request body parameters:
142142
143- * ` 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 ` ).
143+ * ` 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 ` ).
144144 * ` decodeLogs ` (boolean): set to ` true ` to decode logs, or to ` false ` if you don't need this kind of info.
145145 * ` decodeTxData ` (boolean): set to ` true ` to decode transaction data, or to ` false ` if not interested in it.
146146 * ` descOrder ` (boolean): choose data order, either descending (if ` true ` ) or ascending (if ` false ` ).
@@ -314,8 +314,8 @@ Build your request using the parameters below.
314314
315315 * ` address ` (array of strings): a contract address or a list of addresses from which the logs originate. Supported value formats: hex or array of hexes.
316316 * ` blockchain ` (string): a chain or a combination of chains to query:
317- * 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 ` .
318- * 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] ` .
317+ * 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 ` .
318+ * 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] ` .
319319 * All chains: leave the value empty to query all the chains available.
320320 * ` decodeLogs ` (boolean): set to ` true ` to decode logs, or to ` false ` if you don't need this kind of info.
321321 * ` descOrder ` (boolean): choose data order, either descending (if ` true ` ) or ascending (if ` false ` ).
@@ -540,8 +540,8 @@ Build your request using the parameters below.
540540* ` params ` (object): the data object containing request body parameters:
541541
542542 * ` blockchain ` (string): a chain or a combination of chains to query:
543- * 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 ` .
544- * 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] ` .
543+ * 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 ` .
544+ * 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] ` .
545545 * All chains: leave the value empty to query all the chains available.
546546 * ` transactionHash ` (string): a hash of the transactions you'd like to request the details for.
547547 * ` decodeLogs ` (boolean): set to ` true ` to decode logs, or to ` false ` if you don't need this kind of info.
@@ -955,8 +955,8 @@ Build your request using the parameters below.
955955
956956 * ` address ` (string; required): an address to search for transactions.
957957 * ` blockchain ` (string): a chain or a combination of chains to query:
958- * 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 ` .
959- * 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] ` .
958+ * 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 ` .
959+ * 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] ` .
960960 * All chains: leave the value empty to query all the chains available.
961961 * ` fromBlock ` (integer): narrow your search indicating the block number to start from (inclusive; ` >= 0 ` ). Supported value formats: hex, decimal, "earliest", "latest".
962962 * ` toBlock ` (integer): narrow your search indicating the block number to end with (inclusive; ` >= 0 ` ). Supported value formats: hex, decimal, "earliest", "latest".
0 commit comments