T

TraceFast · Entities Attributes

by TraceFast

GETBase

$0.05

per call · USD Coin on Base

TraceFast knowledge graph: address attributes of an Ethereum address — account nature, on-chain presence and derived traits. Path address: 0x-prefixed, 40 hex. Attribute dictionary: https://docs.tracefast.xyz/api/address-attributes.md

Endpoint

GET https://mpp.tracefast.xyz/api/v1/chains/1/entities/:address/attributes

12

Calls / 30d

1

Unique payers / 30d

Sep 6

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://mpp.tracefast.xyz/api/v1/chains/1/entities/:address/attributes", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://mpp.tracefast.xyz/api/v1/chains/1/entities/:address/attributes" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "attributes": [
      "address_nature:eoa_currently",
      "derived:account_type"
    ],
    "chainId": 1,
    "entity": "0x4838b106fce9647bdf1e7877bf73ce8b0bad5f97"
  }
}

Payment details

Pay to0x2a65491e93ad0d484b74405401a38e2e0e5edd7e
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 TraceFast & similar services

T

TraceFast · Entities Counterparties

mpp.tracefast.xyz

TraceFast knowledge graph: top counterparties of an Ethereum address, current or as of a block. Up to 100 addresses it interacts with most, ranked by successful transactions across top-level calls, internal calls and token transfers, each with transaction counts and first/last block. Path address: 0x-prefixed, 40 hex. Query block: integer, state at the end of this block, absent = current; limit: integer 1..100, default 100. Docs: https://docs.tracefast.xyz/api/address-counterparties.md

GETBaseOnchain Data
$0.1 / call4 calls / 30d
T

TraceFast · Tokens Holders

mpp.tracefast.xyz

TraceFast live Ethereum data: the largest current holders of a token contract. Up to 100 holders in descending balance order, balance in the token's smallest unit, plus holderCount — how many addresses hold a positive balance now. Path token: contract address, 0x-prefixed, 40 hex. Query limit: integer 1..100, default 100. Docs: https://docs.tracefast.xyz/api/token-holders.md

GETBaseOnchain Data
$0.1 / call3 calls / 30d
T

TraceFast · Entities Portfolio

mpp.tracefast.xyz

TraceFast live Ethereum data: everything an address holds, valued in USD — token balances and native ETH, up to 100 positions by USD value, plus totalUsd / pricedCount / hiddenCount over the whole holding. Path address: 0x-prefixed, 40 hex. Query block: integer, state at the end of this block, absent = current; limit: integer 1..100, default 100. Docs: https://docs.tracefast.xyz/api/address-portfolio.md

GETBaseOnchain Data
$0.1 / call1 calls / 30d