---
title: "Get the Insider transactions dataset"
method: GET
path: "/v2/datasets/insider_transactions"
tags: ["Datasets"]
---

# Get the Insider transactions dataset

`GET /v2/datasets/insider_transactions`

Use this endpoint to retrieve the Insider transactions dataset.

You can get the whole dataset by omitting all parameters.

## Query parameters

- `project_ids` string[]
- `chain_ids` string[]
- `order_by` string, string
- `order_direction` string, string
- `limit` number

## Response `200`

OK

- object
  - `data` object — The object containing the data for a successful response.
    - `timestamp` string — The timestamp of the transaction
    - `project_name` string — The name of the project
    - `project_id` string — The ID of the project
    - `market_sector_id` string — The market sector's ID
    - `market_sector_name` string — The market sector's name
    - `chain_id` string — The chain ID of the project
    - `chain_name` string — The name of the chain
    - `token_standard` string — The token standard of the token
    - `token_symbol` string — The symbol of the token
    - `token_address` string — The address of the token
    - `insider_account_address` string — The address of the insider
    - `insider_account_title` string — The title of the insider's account
    - `counterparty_account_address` string — The address of the counterparty
    - `counterparty_account_title` string — The title of the counterparty's account
    - `transaction_hash` string — The hash of the transaction
    - `transaction_type` string — The type of the transaction. E.g. Transfer, CEX Withdrawal, DEX trade, CEX Deposit, CEX Internal
    - `transaction_number` string — The nth transfer of the token done by the insider
    - `dex_name` string — The name of the DEX where the transaction took place
    - `action_type` string — Type of action e.g. Buy or Sell
    - `amount_native` number — The amount of tokens involved in the transaction
    - `amount_usd` number — The USD value of tokens involved in the transaction
    - `flow_usd` number — The USD flow in the transaction
    - `percentage_of_position` number — The percentage of the position
    - `post_transaction_position` number — The insider's position after the transaction
    - `position_creation_timestamp` string — The timestamp when the insider's position was created

---

[API](https://skmtc.dev/tokenterminal/apis/token-terminal-api.md) · [All operations](https://skmtc.dev/tokenterminal/apis/token-terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tokenterminal/token-terminal-api/revisions/02245ad77f39/schema)
