VOOZH about

URL: https://apify.com/parseforge/optimism-superchain-tokens-scraper/api/python

โ‡ฑ Optimism Superchain Token List Scraper API in Python ยท Apify


๐Ÿ‘ Optimism Superchain Token List Scraper avatar

Optimism Superchain Token List Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store

Optimism Superchain Token List Scraper

Read the Superchain token list maintained by Optimism with filters for chain id, ticker symbol, and name substring. Returns chain id, token address, name, symbol, decimals, logo URI, and extension metadata. Useful for Superchain wallet integrations and bridging research.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

23 days ago

Last modified

Share

You might also like

Arbitrum Bridge Token List Scraper

parseforge/arbitrum-bridge-tokens-scraper

Read the official Arbitrum bridge token list for chain 42161 with filters for symbol, name substring, and exact address. Returns chain id, token contract address, name, symbol, decimals, and logo URI. Useful for Arbitrum bridging tools, wallet listings, and DeFi research.

Uniswap Token List Scraper

parseforge/uniswap-token-list-scraper

Pull the full Uniswap default token list spanning Ethereum, Arbitrum, Optimism, Polygon, and Base. Returns chainId, address, name, symbol, decimals, and logo URI. Filter by chain or symbol substring. Useful for DEX integrations, wallet builders, and crypto research dashboards.

Base Token List Scraper

parseforge/base-org-token-list-scraper

Tap the official Base bridge token list and return every supported asset with chainId, address, name, symbol, decimals, and logo URI. Filter by chain ID or symbol substring. Handy for wallet integrations, DEX listings, portfolio tools, and on chain analytics workflows.

Blockscout Multichain Tokens Scraper

parseforge/blockscout-multichain-tokens-scraper

Pull token listings from Blockscout explorers across multiple EVM chains. Each record returns address, name, symbol, decimals, total supply, token type, exchange rate, circulating market cap, icon URL, and chain. Filter by chain, token type, or search query for token research.

TON Jettons Scraper

parseforge/tonapi-jettons-scraper

Survey jetton tokens on The Open Network through tonapi.io. Returns contract address, name, symbol, decimals, image, and verification status. Filter by symbol substring to find a specific asset. Useful for TON wallet integrations, DEX listings, and token discovery research.

DeFiLlama Chains TVL Scraper

parseforge/defillama-chains-tvl-scraper

Hit DeFiLlama for total value locked across every supported blockchain with optional minimum TVL, name substring, and sort by TVL, name, or chain id. Returns chain name, chain id, TVL in USD, native token symbol, and gecko id. Useful for DeFi dashboards and ecosystem research.

DeFiLlama Protocols TVL Scraper

parseforge/defillama-protocols-tvl-scraper

Grab every protocol indexed by DeFiLlama with filters for category, chain, name substring, and minimum TVL. Returns name, category, primary chain, all chains, TVL, 1d change, 7d change, market cap, and token symbol. Useful for DeFi screening, competitor research, and dashboards.

Coinpaprika Coins List Scraper

parseforge/coinpaprika-coins-scraper

Pull the master Coinpaprika coin list with filters for coin type, active only, new listings, and symbol substring. Returns id, name, symbol, market rank, type, is active, and is new flags. Useful for crypto universe building, watchlists, and exchange listing trackers.

Jupiter Solana Token Prices Scraper

parseforge/jupiter-solana-token-prices-scraper

Query the Jupiter aggregator for live Solana token prices by mint or symbol against any quote token. Returns mint, symbol, name, price, vs_token, and type. Feed in tickers like SOL, USDC, BONK, JUP. Useful for portfolio trackers, DeFi dashboards, and arbitrage scouting.

You can access the Optimism Superchain Token List Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={"maxItems":10}
9
10# Run the Actor and wait for it to finish
11run = client.actor("parseforge/optimism-superchain-tokens-scraper").call(run_input=run_input)
12
13# Fetch and print Actor results from the run's dataset (if there are any)
14print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
15for item in client.dataset(run["defaultDatasetId"]).iterate_items():
16print(item)
17
18# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

Optimism Superchain Token List Scraper API in Python

The Apify API client for Python is the official library that allows you to use Optimism Superchain Token List Scraper API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Optimism Superchain Token List Scraper API in JavaScript

Optimism Superchain Token List Scraper API through CLI

Optimism Superchain Token List Scraper OpenAPI definition

Optimism Superchain Token List Scraper API