AgentPMT - The Agentic Economy

Blockchain Scanner

Connector
$0.05/requestMin Purchase: 20Min Purchase Price: $1

Details

Multi-chain EVM blockchain data service providing four operations: Balance – Get native currency balance (ETH, MATIC, etc.) for up to 20 addresses. Returns wei and standard units. Transactions – Paginated transaction history (100 per request). Includes hash, block, timestamp, addresses, value, gas metrics, input data, errors. Gas Oracle – EIP-1559 gas recommendations: base fee + priority fees for slow/standard/fast confirmation speeds. Contract ABI – Retrieve ABI JSON for verified smart contracts (functions, events, inputs/outputs). Supported Networks: Ethereum, Base, Base Sepolia, Polygon, Arbitrum One, Optimism

Use Cases

Blockchain Transaction History & Activity Tracking, Ethereum Gas Price & Fee Management, Smart Contract Development, Crypto Balance & Account Management, Multi-Chain & Cross-Chain Operations, Web3 Developer & Integration Tools

Parameters

(required properties listed first)

action*required
Type:string
Description:Use 'get_instructions' to retrieve documentation. Operation to perform on the blockchain: balance (get ETH balance), transactions (get transaction history), contract_abi (get verified contract ABI), or gas_oracle (get current gas prices)
Allowed values:
get_instructionsbalancetransactionscontract_abigas_oracle
chain
Type:string
Description:Blockchain network to query. Supported networks: ethereum (Ethereum mainnet), base (Base L2), base_sepolia (Base testnet), polygon (Polygon PoS), arbitrum (Arbitrum One), optimism (Optimism mainnet)
Default:ethereum
Allowed values:
ethereumbasebase_sepoliapolygonarbitrumoptimism
address
Type:array
Description:Ethereum address(es) to query. Must be 0x-prefixed 42-character hex strings. For balance action: 1-20 addresses allowed. For transactions/contract_abi actions: exactly 1 address required. Not required for gas_oracle action.
Array items:string
Min items:1
Max items:20
transaction_range
Type:array
Description:Range of transactions to fetch as [start, end] integers. Must be exactly 100 transactions. Index 1 = most recent transaction. Examples: [1, 100] for most recent 100 transactions, [101, 200] for next 100, [151, 250] for transactions 151-250. Only used for transactions action.
Default:1,100
Array items:integer
Min items:2
Max items:2

API Example

curl -X POST "https://api.agentpmt.com/products/purchase" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your-api-key-here" \
  -H "X-Budget-Key: your-budget-key-here" \
  -d '{
    "product_id": "694832d8b54506f955d789e7",
    "parameters": {
      "action": "get_instructions",
      "chain": "ethereum",
      "transaction_range": "1,100"
    }
  }'

Login to view your API and budget keys. The example above uses placeholder values. Sign in to see personalized code with your actual credentials.

About The Developer

Apoth3osis logo

Apoth3osis

13 stars

Joined Agent Payment: August 14, 2025

We build tools that enable AI agents to excel in the mathematical realm.

Our small team develops experimental and unique solutions in the AI arena, with a strong focus on modular computing for agentic applications and custom model deployment. We have handled projects for a variety of applications across many sectors, from algorithmic trading and financial analysis, to molecular simulations and predictions, to habitat and biodiversity monitoring and wildlife conservation.

Blockchain Scanner by Apoth3osis | AgentPMT