B
$0.002
per call · USD Coin on Base
Access to api/v2/smart-contracts/:address_hash. Retrieve detailed information about a verified smart contract
Endpoint
GET https://api.blockscout.com/:chain_id/api/v2/smart-contracts/:address_hash_param14
Calls / 30d
2
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/smart-contracts/:address_hash_param", {
method: "GET",
});
const data = await res.json();cURL
curl -X GET \
"https://api.blockscout.com/:chain_id/api/v2/smart-contracts/:address_hash_param" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"abi": [
{}
],
"additional_sources": [
{
"file_path": "string",
"source_code": "string"
}
],
"can_be_visualized_via_sol2uml": true,
"certified": true,
"coin_balance": "string",
"compiler_settings": {},
"compiler_version": "string",
"conflicting_implementations": [
{
"implementations": [
{
"address_hash": "string",
"name": "string"
}
],
"proxy_type": "string"
}
],
"constructor_args": "string",
"creation_bytecode": "string",
"creation_status": "string",
"decoded_constructor_args": [
[
{}
]
],
"deployed_bytecode": "string",
"evm_version": "string",
"external_libraries": [
{
"address_hash": "string",
"name": "string"
}
],
"file_path": "string",
"github_repository_metadata": {},
"has_constructor_args": true,
"implementations": [
{
"address_hash": "string",
"name": "string"
}
],
"is_blueprint": true,
"is_changed_bytecode": true,
"is_fully_verified": true,
"is_partially_verified": true,
"is_verified": true,
"is_verified_via_eth_bytecode_db": true,
"is_verified_via_sourcify": true,
"is_verified_via_verifier_alliance": true,
"language": "string",
"license_type": "string",
"market_cap": "string",
"name": "string",
"optimization_enabled": true,
"optimization_runs": 0,
"package_name": "string",
"proxy_type": "string",
"reputation": "string",
"source_code": "string",
"sourcify_repo_url": "string",
"transactions_count": 0,
"verification_metadata": {},
"verified_at": "string",
"verified_twin_address_hash": "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 · Addresses
api.blockscout.com
Access to api/v2/addresses/:address_hash. Retrieve detailed information about a specific address or contract
GETBaseOnchain Data
$0.002 / call72 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