F

FiatDock · Chain Address Intel

by FiatDock

POSTBase

$0.005

per call · USD Coin on Base

Address intelligence on Base — EOA/contract/ERC-20 + nonce + ETH/USDC balance + keyless GoPlus security verdict (phishing/sanctioned/mixer/…). The loop input for triaging a counterparty. Pay-per-call via x402.

Endpoint

POST https://fiatdock.com/v1/chain/address-intel

3

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://fiatdock.com/v1/chain/address-intel", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://fiatdock.com/v1/chain/address-intel" \
  -H "Content-Type: application/json" \
  -d '{"address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "asOf": "2026-07-30T00:00:00.000Z",
  "ethBalance": "0",
  "isContract": true,
  "isErc20": true,
  "network": "base",
  "nonce": 1,
  "security": {
    "flags": [],
    "isMalicious": false,
    "source": "GoPlus",
    "verdict": "clean"
  },
  "summary": "erc20_contract, no GoPlus risk flags",
  "token": {
    "decimals": 6,
    "name": "USD Coin",
    "symbol": "USDC"
  },
  "type": "erc20_contract",
  "usdcBalance": "0"
}

Payment details

Pay to0xeb12bb2f52eed33dba6a00774e48324032fd87c6
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from FiatDock & similar services