Insider Trades
Who inside a US public company bought or sold its stock, parsed from the Form 4s they are legally required to file.
Call it
The first response is 402 with the exact price and every rail you can
pay with. Pay, repeat the request with the proof, and you get the result.
curl -X POST https://api.glianalabs.com/v1/tools/insider-trades \
-H 'content-type: application/json' \
-d '{"ticker":"AAPL"}'When to use it
Use when an agent asks what executives or directors are doing with their own shares. Returns trades[] with person, their relationship to the company, date, what they did in words (sale, open-market purchase, grant, option exercise), shares, price per share and total value. Reported trades only — not a signal, and a Form 4 can be filed up to two business days after the trade.
What it costs
$0.0150 per successful call — flat, with no plan, minimum or monthly fee. A call that fails validation is refused before it runs, so it is never charged.
Not sure this is the right endpoint? GET /v1/consult?intent=… is
free and answers that.
Often used with this
Stock Fundamentals
$0.0100What a US public company REPORTED, straight from its SEC filings — revenue, net income, assets, cash, shares outstanding — per fiscal period, newest first.
DEX Pairs
$0.0100On-chain DEX liquidity for a token: which pools exist, how deep they are, and how much they trade.
Exchange Rate
$0.0020Fiat currency conversion across 160+ currencies.