VOOZH about

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

⇱ Optimism Superchain Token List Scraper API Β· 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "maxItems": 10
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/parseforge~optimism-superchain-tokens-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Optimism Superchain Token List Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Optimism Superchain Token List Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/parseforge~optimism-superchain-tokens-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/parseforge~optimism-superchain-tokens-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/parseforge~optimism-superchain-tokens-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Optimism Superchain Token List Scraper API programmatically via the Apify API.

You can choose from:

Optimism Superchain Token List Scraper API in Python

Optimism Superchain Token List Scraper API in JavaScript

Optimism Superchain Token List Scraper API through CLI

Optimism Superchain Token List Scraper OpenAPI definition

You can start Optimism Superchain Token List Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Optimism Superchain Token List Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Optimism Superchain Token List Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.