---
title: "Get the Project contracts dataset"
method: GET
path: "/v2/datasets/project_contracts"
tags: ["Datasets"]
---

# Get the Project contracts dataset

`GET /v2/datasets/project_contracts`

Use this endpoint to retrieve the Project contracts dataset.

You can get the whole dataset by omitting all parameters.

## Query parameters

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

## Response `200`

OK

- object
  - `data` object[] — The Array containing the data for a successful response.
    - `project_id` string — The ID of the project
    - `project_name` string — The name 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 ID of the chain
    - `chain_name` string — The name of the chain
    - `account_address` string — The address of the account
    - `account_title` string — The title of the account
    - `account_creation_timestamp` string — The timestamp of the account's creation
    - `gas_used_1d_sum` number — Gas used sum for the last 1 day
    - `transaction_count_1d_sum` number — Transaction count sum for the last 1 day
    - `active_addresses_1d_distinct_count` number — Distinct active addresses for the last 1 day
    - `transaction_gas_1d_avg` number — Average gas per transaction for the last 1 day
    - `gas_market_share_1d_avg` number — Average gas market share for the last 1 day
    - `inflows_1d_sum` number — Inflows sum for the last 1 day
    - `outflows_1d_sum` number — Outflows sum for the last 1 day
    - `net_flows_1d_sum` number — Net flows sum for the last 1 day
    - `gas_used_1d_sum_trend` number — Gas used sum trend for the last 1 day
    - `transaction_count_1d_sum_trend` number — Transaction count sum trend for the last 1 day
    - `active_addresses_1d_distinct_count_trend` number — Distinct active addresses trend for the last 1 day
    - `transaction_gas_1d_avg_trend` number — Average gas per transaction trend for the last 1 day
    - `gas_market_share_1d_avg_trend` number — Average gas market share trend for the last 1 day
    - `inflows_1d_sum_trend` number — Inflows sum trend for the last 1 day
    - `outfows_1d_sum_trend` number — Outflows sum trend for the last 1 day
    - `net_flows_1d_sum_trend` number — Net flows sum trend for the last 1 day
    - `most_emitted_event_1d_name` string — Most emitted event name for the last 1 day
    - `most_emitted_event_1d_signature` string — Most emitted event signature for the last 1 day
    - `most_transferred_asset_1d_symbol` string — Most transferred asset symbol for the last 1 day

---

[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)
