v2

latestOpenAPI 3.1.02026-08-01170225.5 KB
Contract

Explore contracts with Boosts

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

get/explore/contracts

Query parameters

pageinteger nullable

The desired page to return from the query

pageSizeinteger 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

Example:most-completions
timePeriod'6h' | '24h' | '7d'

The time range to filter by

Example:7d
actionChainIdsstring

A comma separated list of chain IDs for Boost actions to filter by

Example:8453,10
userAddressstring

Filter by Boosts created by a specific user address

Example:0x378632819f39c74c4f56b1429e760739c5fb51b7

Response

Returns a list of smart contracts known to the Boost system

chainIdnumber required

The chain ID of the smart contract

addressstring required

The address of the smart contract

namestring required

A human readable name for the smart contract

Example response

[
  {
    "chainId": 8453,
    "address": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
    "name": "Zora"
  }
]