Retrieve Total Insider Buy & Sells
Returns the total amount of purchases & sells as well as notional values for insider transactions across the market.
get/api/market/insider-buy-sells
Query parameters
limitinteger
Example:10
How many items to return. If no limit is given, returns all matching data. Minimum value is 1.
Response
Successful response with total insider buy and sell data.
Example response
{
"data": [
{
"call_premium": "7306144788.68",
"call_volume": 22074116,
"date": "2023-09-08",
"put_premium": "8413594929.65",
"put_volume": 19941285
}
]
}