A

ApiToll Smart Money · Edgar Smart Money

by ApiToll Smart Money

GETBaseSolana

$0.006

per call · USD Coin on Base

Smart-money bundle in one call for any US-listed company by stock ticker or CIK: insider trades (Form 4), institutional 13F-HR holdings, and recent 8-K material events together. Track what executives and hedge funds are doing — buys, sells, portfolio positions, and corporate events. Resolves ticker to CIK via SEC's official index. Sourced live from data.sec.gov.

Endpoint

GET https://edgar.apitoll.cloud/v1/edgar/smart-money

8

Calls / 30d

7

Unique payers / 30d

Sep 9

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://edgar.apitoll.cloud/v1/edgar/smart-money", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://edgar.apitoll.cloud/v1/edgar/smart-money?ticker=AAPL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "holdings": {
    "count": 0,
    "form": "13F-HR",
    "items": []
  },
  "insider": {
    "count": 10,
    "form": "4",
    "items": []
  },
  "recentFilings": {
    "count": 8,
    "form": "8-K",
    "items": []
  },
  "resolved": {
    "cik": "0000320193",
    "companyName": "Apple Inc.",
    "ticker": "AAPL"
  },
  "source": {
    "name": "data.sec.gov"
  }
}

Payment details

Pay to0x58bdad5e654691ac5ed4631758f3d8da00666b6c
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from ApiToll Smart Money & similar services