B

Blockscout · Tokens

by Blockscout

GETBase

$0.002

per call · USD Coin on Base

Access to api/v2/tokens/:address_hash. Retrieve detailed information about a specific token

Endpoint

GET https://api.blockscout.com/:chain_id/api/v2/tokens/:address_hash_param

51

Calls / 30d

5

Unique payers / 30d

Sep 7

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.blockscout.com/:chain_id/api/v2/tokens/:address_hash_param", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.blockscout.com/:chain_id/api/v2/tokens/:address_hash_param" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address_hash": "string",
  "bridge_type": "string",
  "circulating_market_cap": "string",
  "circulating_supply": "string",
  "decimals": "string",
  "exchange_rate": "string",
  "foreign_address": "string",
  "holders_count": "string",
  "icon_url": "string",
  "name": "string",
  "origin_chain_id": "string",
  "reputation": "string",
  "symbol": "string",
  "total_supply": "string",
  "type": {},
  "volume_24h": "string"
}

Payment details

Pay to0xd441d9f4c59cb26253e2f0a7a62ac9ce7823b4b4
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from Blockscout & similar services