B
$0.002
per call · USD Coin on Base
Access to api/v2/addresses/:address_hash. Retrieve detailed information about a specific address or contract
Endpoint
GET https://api.blockscout.com/:chain_id/api/v2/addresses/:address_hash_param72
Calls / 30d
2
Unique payers / 30d
Sep 10
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/addresses/:address_hash_param", {
method: "GET",
});
const data = await res.json();cURL
curl -X GET \
"https://api.blockscout.com/:chain_id/api/v2/addresses/:address_hash_param" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"block_number_balance_updated_at": 0,
"coin_balance": "string",
"creation_status": "string",
"creation_transaction_hash": "string",
"creator_address_hash": "string",
"ens_domain_name": "string",
"exchange_rate": "string",
"has_beacon_chain_withdrawals": true,
"has_logs": true,
"has_token_transfers": true,
"has_tokens": true,
"has_validated_blocks": true,
"hash": "string",
"implementations": [
{
"address_hash": "string",
"name": "string"
}
],
"is_contract": true,
"is_scam": true,
"is_verified": true,
"metadata": {},
"name": "string",
"private_tags": [
{
"address_hash": "string",
"display_name": "string",
"label": "string"
}
],
"proxy_type": "string",
"public_tags": [
{
"address_hash": "string",
"display_name": "string",
"label": "string"
}
],
"reputation": "string",
"token": {},
"watchlist_address_id": 0,
"watchlist_names": [
{
"display_name": "string",
"label": "string"
}
]
}Payment details
Pay to
0xd441d9f4c59cb26253e2f0a7a62ac9ce7823b4b4Asset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase
Schemesexact
Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Blockscout & similar services
B
Blockscout · Tokens Holders
api.blockscout.com
Access to api/v2/tokens/:address_hash/holders. List addresses holding a specific token sorted by balance
GETBaseOnchain Data
$0.002 / call142 calls / 30d
B
Blockscout · Tokens
api.blockscout.com
Access to api/v2/tokens/:address_hash. Retrieve detailed information about a specific token
GETBaseOnchain Data
$0.002 / call51 calls / 30d
B
Blockscout · Smart Contracts
api.blockscout.com
Access to api/v2/smart-contracts/:address_hash. Retrieve detailed information about a verified smart contract
GETBaseOnchain Data
$0.002 / call14 calls / 30d