---
title: "Filters Info"
method: POST
path: "/watch_filters/info"
tags: ["filter"]
---

# Filters Info

`POST /watch_filters/info`

## Request body

- FilterInfoIn
  - `address` string, required

## Response `200`

Successful Response

- FilterInfoOut
  - `filters` FilterInfo[], required
    - `api_key` string, required
    - `blockchain` 'ETH' | 'ROPSTEN' | 'BSC' | 'BTC' | 'BTC_TESTNET' | 'TRON' | 'NILE' | 'GOERLI' | 'SEPOLIA' | 'POLYGON' | 'CATAMITE' | 'SATURN' | 'BAHAMUT' | 'TON' | 'DOGE' | 'LTC' | 'SOLANA', required
    - `address` string, required
    - `contract_address` string, required
    - `created_at` string, date-time, required
    - `filter_id` string, required
    - `with_approval` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/watchdata/apis/fastapi.md) · [All operations](https://skmtc.dev/watchdata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchdata/fastapi/revisions/95860adeeaf7/schema)
