B
$0.002
per call · USD Coin on Base
Access to api/v2/addresses/:address_hash/transactions. List transactions involving a specific address with to-from filtering
Endpoint
GET https://api.blockscout.com/:chain_id/api/v2/addresses/:address_hash_param/transactions3
Calls / 30d
2
Unique payers / 30d
Sep 2
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/transactions", {
method: "GET",
});
const data = await res.json();cURL
curl -X GET \
"https://api.blockscout.com/:chain_id/api/v2/addresses/:address_hash_param/transactions?block_number=string&fee=string&filter=string&hash=string&index=string&inserted_at=string&items_count=0&order=string&sort=string&value=string" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"items": [
{
"arbitrum": {
"batch_data_container": "string",
"batch_number": 0,
"commitment_transaction": {
"hash": "string",
"status": "string",
"timestamp": "string"
},
"confirmation_transaction": {
"hash": "string",
"status": "string",
"timestamp": "string"
},
"contains_message": "string",
"gas_used_for_l1": "string",
"gas_used_for_l2": "string",
"message_related_info": {
"associated_l1_transaction_hash": "string",
"message_id": 0,
"message_status": "string"
},
"network_fee": "string",
"poster_fee": "string",
"status": "string"
},
"authorization_list": [
{
"address_hash": "string",
"authority": "string",
"chain_id": 0,
"nonce": "string",
"r": "string",
"s": "string",
"status": "string",
"v": 0
}
],
"base_fee_per_gas": "string",
"block_number": 0,
"confirmation_duration": [
0
],
"confirmations": 0,
"created_contract": {},
"decoded_input": {},
"exchange_rate": "string",
"fee": {
"type": "string",
"value": "string"
},
"fhe_operations_count": 0,
"from": {
"ens_domain_name": "string",
"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",
"watchlist_names": [
{
"display_name": "string",
"label": "string"
}
]
},
"gas_limit": "string",
"gas_price": "string",
"gas_used": "string",
"has_error_in_internal_transactions": true,
"hash": "string",
"historic_exchange_rate": "string",
"is_pending_update": true,
"max_fee_per_gas": "string",
"max_priority_fee_per_gas": "string",
"method": "string",
"nonce": 0,
"position": 0,
"priority_fee": "string",
"raw_input": "string",
"result": {},
"revert_reason": {},
"status": "string",
"timestamp": "string",
"to": {},
"token_transfers": [
{
"block_hash": "string",
"block_number": 0,
"from": {
"ens_domain_name": "string",
"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",
"watchlist_names": [
{
"display_name": "string",
"label": "string"
}
]
},
"log_index": 0,
"method": "string",
"timestamp": "string",
"to": {
"ens_domain_name": "string",
"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",
"watchlist_names": [
{
"display_name": "string",
"label": "string"
}
]
},
"token": {
"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"
},
"token_type": "string",
"total": {},
"transaction_hash": "string",
"type": "string"
}
],
"token_transfers_overflow": true,
"transaction_burnt_fee": "string",
"transaction_tag": "string",
"transaction_types": [
"string"
],
"type": 0,
"value": "string"
}
],
"next_page_params": {}
}Payment details
Pay to
0xd441d9f4c59cb26253e2f0a7a62ac9ce7823b4b4Asset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase
Schemesexact
Is this your API?
Pin it to the top of Data & Enrichment 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