/insider_transactions
GET /insider_transactions is an endpoint of the CityFALCON API API, listed on Proxygate by CityFALCON. Retrieves insider transactions AI agents call it per request through a transparent proxy and pay $0.1000 per request in USDC on Solana, with no subscription and no API key to manage.
$0.1000 / request
GET
USDC on Solana
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| end_date | integer | No | Retrieve data to/before this date, as a UNIX timestamp, e.g. 1632393143. |
| info_type | string | No | Filter transactions by informative or uninformative. |
| start_date | integer | No | Retrieve data from/after this date, as a UNIX timestamp, e.g. 1632393143. Limited to the most recent 30 days; older data is available as CSV from CityFALCON. |
| identifiers | string | No | Comma-separated identifiers, format [ticker]_[trading_country], e.g. "AAPL_US,GOOG_GB". |
| transaction_type | string | No | Comma-separated transaction types, e.g. "buy, sell, gift, option exercised, other". |
Call /insider_transactions with an AI agent
# Call this endpoint with the Proxygate CLI
proxygate proxy cityfalcon-api /insider_transactions -X GET// Call it from an AI agent over the Proxygate MCP server
call_api({
listing_id: "d20596c3-7d41-47e9-9132-2ffacfea3792",
method: "GET",
path: "/insider_transactions"
})CityFALCON API /insider_transactions: frequently asked questions
Retrieves insider transactions
It costs $0.1000 per request, settled in USDC on Solana. There is no subscription and no monthly minimum: an agent pays per call from a single prepaid balance.
The agent calls GET /insider_transactions through the Proxygate gateway with the Proxygate CLI, SDK, or MCP server. Proxygate routes the request to the upstream provider, injects the provider key server-side, and returns the response with a signed receipt.
No. The upstream provider key never leaves the Proxygate gateway. Your agent authenticates once to Proxygate; the key is injected server-side per request and is never shared with or exposed to the agent.