GET

/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.

Price

$0.1000 / request

Method

GET

Settlement

USDC on Solana

Parameters

ParameterTypeRequiredDescription
end_dateintegerNoRetrieve data to/before this date, as a UNIX timestamp, e.g. 1632393143.
info_typestringNoFilter transactions by informative or uninformative.
start_dateintegerNoRetrieve 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.
identifiersstringNoComma-separated identifiers, format [ticker]_[trading_country], e.g. "AAPL_US,GOOG_GB".
transaction_typestringNoComma-separated transaction types, e.g. "buy, sell, gift, option exercised, other".

Call /insider_transactions with an AI agent

Proxygate CLI
# Call this endpoint with the Proxygate CLI
proxygate proxy cityfalcon-api /insider_transactions -X GET
MCP / agent
// 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.