{
  "x402Version": 2,
  "id": 7751,
  "slug": "7751",
  "resource": "https://answerpool.io/v1/sec/insider/transactions",
  "description": "Get parsed Form 4/5 transaction lines for one issuer — returns date, code, shares, price, USD value, security, post-holdings, owner role and Rule 10b5-1 flag, derivatives included. Use instead of fetching and parsing ownershipDocument XML per filing.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "ticker": "JEF"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "as_of": "2026-08-31T14:00:00Z",
            "count": 1,
            "index_started_at": "2026-08-27T00:00:00Z",
            "since": "2026-08-01T00:00:00",
            "transactions": [
              {
                "accession": "0001214659-26-011100",
                "acquired_disposed": "A",
                "cik": "0000096223",
                "code": "P",
                "company": "JEFFERIES FINANCIAL GROUP INC.",
                "date": "2026-08-28",
                "derivative": false,
                "filed_at": "2026-08-28T21:53:58",
                "filing_url": "https://www.sec.gov/Archives/edgar/data/96223/000121465926011100-index.htm",
                "is_director": true,
                "is_officer": true,
                "is_ten_percent_owner": false,
                "officer_title": "CEO",
                "owner_cik": "0001211677",
                "owner_name": "HANDLER RICHARD B",
                "post_shares": 100000,
                "price": 50,
                "rule_10b5_1": false,
                "security": "Common Stock",
                "shares": 30000,
                "ticker": "JEF",
                "value_usd": 1500000
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "cik": {
                    "anyOf": [
                      {
                        "maxLength": 10,
                        "pattern": "^\\d{1,10}$",
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Cik"
                  },
                  "code": {
                    "anyOf": [
                      {
                        "pattern": "^[PSAFMGCJW]$",
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Code"
                  },
                  "include_derivatives": {
                    "default": true,
                    "title": "Include Derivatives",
                    "type": "boolean"
                  },
                  "limit": {
                    "default": 50,
                    "maximum": 200,
                    "minimum": 1,
                    "title": "Limit",
                    "type": "integer"
                  },
                  "since": {
                    "anyOf": [
                      {
                        "maxLength": 32,
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Since"
                  },
                  "ticker": {
                    "anyOf": [
                      {
                        "maxLength": 12,
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Ticker"
                  }
                },
                "title": "InsiderTxIn",
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "as_of": {
                    "title": "As Of",
                    "type": "string"
                  },
                  "count": {
                    "title": "Count",
                    "type": "integer"
                  },
                  "disclaimer": {
                    "default": "Derived from public SEC EDGAR filings; not investment advice.",
                    "title": "Disclaimer",
                    "type": "string"
                  },
                  "index_started_at": {
                    "title": "Index Started At",
                    "type": "string"
                  },
                  "method_id": {
                    "default": "sec_events_rules_v1",
                    "title": "Method Id",
                    "type": "string"
                  },
                  "since": {
                    "title": "Since",
                    "type": "string"
                  },
                  "transactions": {
                    "items": {
                      "properties": {
                        "accession": {
                          "title": "Accession",
                          "type": "string"
                        },
                        "acquired_disposed": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Acquired Disposed"
                        },
                        "cik": {
                          "title": "Cik",
                          "type": "string"
                        },
                        "code": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Code"
                        },
                        "company": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Company"
                        },
                        "date": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Date"
                        },
                        "derivative": {
                          "title": "Derivative",
                          "type": "boolean"
                        },
                        "filed_at": {
                          "title": "Filed At",
                          "type": "string"
                        },
                        "filing_url": {
                          "title": "Filing Url",
                          "type": "string"
                        },
                        "is_director": {
                          "title": "Is Director",
                          "type": "boolean"
                        },
                        "is_officer": {
                          "title": "Is Officer",
                          "type": "boolean"
                        },
                        "is_ten_percent_owner": {
                          "title": "Is Ten Percent Owner",
                          "type": "boolean"
                        },
                        "officer_title": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Officer Title"
                        },
                        "owner_cik": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Owner Cik"
                        },
                        "owner_name": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Owner Name"
                        },
                        "post_shares": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Post Shares"
                        },
                        "price": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Price"
                        },
                        "rule_10b5_1": {
                          "title": "Rule 10B5 1",
                          "type": "boolean"
                        },
                        "security": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Security"
                        },
                        "shares": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Shares"
                        },
                        "ticker": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Ticker"
                        },
                        "value_usd": {
                          "title": "Value Usd",
                          "type": "number"
                        }
                      },
                      "required": [
                        "accession",
                        "filed_at",
                        "cik",
                        "ticker",
                        "company",
                        "owner_cik",
                        "owner_name",
                        "is_officer",
                        "is_director",
                        "is_ten_percent_owner",
                        "officer_title",
                        "rule_10b5_1",
                        "derivative",
                        "date",
                        "code",
                        "acquired_disposed",
                        "shares",
                        "price",
                        "value_usd",
                        "security",
                        "post_shares",
                        "filing_url"
                      ],
                      "title": "InsiderLine",
                      "type": "object"
                    },
                    "title": "Transactions",
                    "type": "array"
                  }
                },
                "required": [
                  "as_of",
                  "index_started_at",
                  "since",
                  "count",
                  "transactions"
                ],
                "title": "InsiderTransactionsOutput",
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "answerpool.io",
  "lastUpdated": "2026-09-02T22:30:59.342Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-02T22:30:59.102Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "answerpool.io",
    "manifest_name": "answerpool.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}