A

Atlas Market Data · Insider Trades

by Atlas Market Data

GETBaseSolanaArbitrumPolygon

$0.015

per call · USD Coin on Base

SEC Form 4 insider transactions for a US stock — director/officer buys and sells with shares, price and value, a smart-money signal.

Endpoint

GET https://marketdata.use.x402atlas.com/insider-trades

9

Calls / 30d

6

Unique payers / 30d

Sep 8

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://marketdata.use.x402atlas.com/insider-trades", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://marketdata.use.x402atlas.com/insider-trades?limit=10&ticker=AAPL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 1,
  "queried_at": "2026-07-06T12:00:00Z",
  "ticker": "AAPL",
  "trades": [
    {
      "acquired_disposed": "D",
      "filing_date": "2026-03-30",
      "is_officer": true,
      "issuer_name": "Apple Inc.",
      "officer_title": "CEO",
      "owner_name": "COOK TIMOTHY D",
      "price_per_share": 210.5,
      "shares": 50000,
      "shares_owned_after": 3200000,
      "transaction_code": "S",
      "transaction_date": "2026-03-27",
      "value": 10525000
    }
  ]
}

Payment details

Pay to0x9d667bc76f166322df087b3b3927d4d83d44a5d0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

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

Get featured →

More from Atlas Market Data & similar services