$0.01 USDC
Read Base wallet and ERC-20 balances
Read ETH, native USDC, and up to four caller-selected ERC-20 balanceOf results plus nonce and contract-code status from one consistent Base mainnet block.
POST /v1/crypto/base-account-snapshot$0.005 USDC
Trace recent Base USDC transfers
Retrieve validated incoming and outgoing Circle USDC events for one address across a bounded Base block range, newest first and without broadcasting a transaction.
POST /v1/crypto/base-usdc-transfers$0.003 USDC
Query Base contract events
Retrieve validated ABI-encoded event logs for one contract and event signature, with optional indexed topic filters across a bounded resolved Base block range.
POST /v1/crypto/base-event-logs$0.004 USDC
Estimate Base transaction gas
Estimate one sender-to-destination transaction at a resolved Base block, add a bounded gas buffer, and inspect rejection evidence without signing or broadcasting.
POST /v1/crypto/base-gas-estimate$0.005 USDC
Inspect a Base contract
Read bytecode evidence, common token metadata, and ERC-165, ERC-721, and ERC-1155 interface signals from one resolved Base block.
POST /v1/crypto/base-contract-inspect$0.005 USDC
Read a Base contract
Run one bounded eth_call at a resolved block, retain call and block evidence, and optionally decode the returned ABI values without broadcasting a transaction.
POST /v1/crypto/base-contract-read$0.005 USDC
Verify a Base transaction
Combine transaction and receipt data into execution outcome, confirmations, actual fee, recognized calldata, and bounded ERC-20-shaped transfers with official Base USDC amounts.
POST /v1/crypto/base-transaction-inspect$0.001 USDC
Decode an EVM transaction call
Resolve common ERC selectors offline or decode arbitrary calldata from a supplied Solidity signature with canonical values and encoding fingerprints.
POST /v1/crypto/calldata-decode$0.005 USDC
Audit email spoofing defenses
Check public MX, SPF, DMARC, caller-known DKIM, MTA-STS, TLS-RPT, and BIMI evidence for a domain without sending mail or claiming delivery or identity verification.
POST /v1/web/email-auth$0.01 USDC
Extract clean page content
Turn a public URL into readable text or Markdown with redirect, response, content-hash, and extraction provenance for research or agent context.
POST /v1/web/extract$0.025 USDC
Extract supplied tables
Turn caller-supplied CSV, HTML, or DOCX tables into bounded rows with source metadata and no retained document content.
POST /v1/document/tables$0.035 USDC
Build and enforce a data contract in one call
Normalize caller-supplied CSV, TSV, JSON, JSON Lines, or YAML to JSON, infer a Draft 2020-12 schema, and validate one future value with hashes and bounded errors.
POST /v1/data/contract$0.01 USDC
Clean records without losing fields
Normalize headers, trim strings, and standardize empty values with collision rejection, exact transformation counts, and verifiable input/output hashes.
POST /v1/data/clean$0.01 USDC
Normalize an RSS or Atom feed
Fetch one public feed and normalize up to 100 entries into stable titles, public URLs, summaries, identifiers, and UTC publication timestamps.
POST /v1/research/feed-normalize$0.002 USDC
Geocode a global place
Resolve an exact city or locality name into ranked GeoNames coordinates, country and region identity, population, timezone, and freshness evidence without a live upstream request.
POST /v1/data/place-geocode$0.002 USDC
Find nearby places from coordinates
Resolve one latitude and longitude into bounded, great-circle-distance-ranked nearby GeoNames places, regions, population, and timezone evidence without a live upstream request.
POST /v1/data/reverse-geocode$0.005 USDC
Geocode a US address
Turn one structural address into normalized U.S. Census MAF/TIGER coordinates with optional bounded state, county, tract, block, and congressional-district evidence.
POST /v1/data/us-address-geocode$0.003 USDC
Get a global weather forecast
Enter a city/locality name or exact coordinates for normalized day/night or hourly forecasts worldwide, preferring NOAA/NWS in supported U.S. coverage and otherwise using attributed MET Norway open data.
POST /v1/data/us-weather-forecast$0.001 USDC
Convert times across IANA zones
Convert exact instants or local wall times with explicit DST gap and repeated-hour handling, pinned database evidence, and nearby offset transitions.
POST /v1/data/timezone-convert$0.05 USDC
Review SQL before deployment
Parse SQL without a database connection or execution, inventory affected objects, and flag destructive DDL, unfiltered writes, and missing transaction boundaries.
POST /v1/developer/sql-change-review$0.01 USDC
Compare structured configuration
Diff JSON or YAML deterministically with source hashes, path-level operations, and explicit truncation evidence for review agents.
POST /v1/developer/structured-diff$0.1 USDC
Generate pytest from OpenAPI
Turn an inline OpenAPI 3 document into deterministic pytest and requests smoke tests, with syntax validation and mutating calls disabled by default.
POST /v1/developer/openapi-test-generate