---
title: "search"
method: GET
path: "/search"
---

# search

`GET /search`

**Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information.

## Query parameters

- `q` string

## Response `200`

search response

- object
  - `items` union[], required
    - union
      - SearchResultToken
        - `address_hash` string
        - `address_url` string, required
        - `exchange_rate` string, required
        - `icon_url` string, required
        - `is_smart_contract_verified` boolean, required
        - `name` string, required
        - `symbol` string, required
        - `token_type` string, required
        - `token_url` string, required
        - `total_supply` string, required
        - `type` string, required
      - SearchResultAddressOrContract
        - `address_hash` string
        - `is_smart_contract_verified` boolean, required
        - `name` string, required
        - `type` string, required
        - `url` string, required
      - SearchResultBlock
        - `block_hash` string, required
        - `block_number` integer, required
        - `timestamp` string, required
        - `type` string, required
        - `url` string, required
      - SearchResultTransaction
        - `timestamp` string, required
        - `transaction_hash` string, required
        - `type` string, required
        - `url` string, required
  - `next_page_params` object, required

## Other responses

- `400` — bad input parameter

---

[API](https://skmtc.net/blockscout/apis/blockscout-pro-api.md) · [All operations](https://skmtc.net/blockscout/apis/blockscout-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockscout/blockscout-pro-api/versions/59ac5466233b/schema)
