---
title: "Explore contracts with Boosts"
method: GET
path: "/explore/contracts"
tags: ["Contract"]
---

# Explore contracts with Boosts

`GET /explore/contracts`

Find information on contracts used to interact with Boosts, as well as total claims, total USD claimed, address, and chain ID

## Query parameters

- `page` integer, nullable — The desired page to return from the query
- `pageSize` integer, nullable — The amount of items to return from the query, defaults to 10, and must be <= 100
- `sortBy` 'most-completions' | 'total-spend' | 'recently-deployed', required — Sort by most total completions, total budget, or recent Boost creations
- `timePeriod` '6h' | '24h' | '7d' — The time range to filter by
- `actionChainIds` string — A comma separated list of chain IDs for Boost actions to filter by
- `userAddress` string — Filter by Boosts created by a specific user address

## Response `200`

Returns a list of smart contracts known to the Boost system

- object[]
  - `chainId` number, required — The chain ID of the smart contract
  - `address` string, required — The address of the smart contract
  - `name` string, required — A human readable name for the smart contract
  - `stats` object, required
    - `boostCount` number, required — The number of Boosts configured with this smart contract
    - `totalClaims` number, required — The total number of claims made with this smart contract
    - `totalAmountClaimedUsd` number, required — The total amount of USD distributed by Boosts configured with this smart contract

---

[API](https://skmtc.dev/boost/apis/boost-v2-api.md) · [All operations](https://skmtc.dev/boost/apis/boost-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boost/boost-v2-api/revisions/23f55c70a429/schema)
