---
title: "Find event and function signatures used in Boost configurations"
method: GET
path: "/known-signatures"
tags: ["Boost", "Contract"]
---

# Find event and function signatures used in Boost configurations

`GET /known-signatures`

Retrieve event or function signatures, human readable signature and their ABI which can be used when configuring Boost Actions.

## 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

## Response `200`

Returns a list of Boosts

- object
  - `signatures` object[], required
    - `id` string, required — A hexadecimal string representing the function or event signature. This string will always start with 0x, and end with the 32 byte signature. If selector is a function, then the 4 byte signature will be left padded with zeroes to 32 bytes.
    - `textSignature` string, required — The human readable function or event signature from the smart contract
    - `abiItem` object — The JSON of the underlying contract's function or event ABI item
    - `signatureType` string, required — Defines if this signature is an event or function
  - `count` number, required — The total number of signatures returned in this api call.

---

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