---
title: "SearchContractInfo"
method: POST
path: "/rpc/Metadata/SearchContractInfo"
tags: ["public"]
---

# SearchContractInfo

`POST /rpc/Metadata/SearchContractInfo`

Search Contract Info across all chains token-lists. Similar to GetContractInfo above, but it will traverse all chains and results from all.

## Request body

- MetadataSearchContractInfoRequest
  - `contractAddress` string

## Response `200`

OK

- MetadataSearchContractInfoResponse
  - `contractInfoList` ContractInfo[] — []ContractInfo
    - `chainId` number, required
    - `address` string, required
    - `name` string, required
    - `type` string, required
    - `symbol` string, required
    - `decimals` number
    - `logoURI` string, required
    - `deployed` boolean, required
    - `bytecodeHash` string, required
    - `extensions` ContractInfoExtensions, required
      - `link` string, required
      - `description` string, required
      - `categories` string[], required — []string
      - `ogImage` string, required
      - `ogName` string, required
      - `originChainId` number, required
      - `originAddress` string, required
      - `blacklist` boolean, required
      - `verified` boolean, required
      - `verifiedBy` string, required
      - `featured` boolean, required
    - `contentHash` number, required
    - `updatedAt` string, required
    - `notFound` boolean, required
    - `queuedAt` string
    - `status` 'NOT_AVAILABLE' | 'STALE' | 'AVAILABLE', required — Represented as uint32 on the server side

## Other responses

- `4XX` — Client error
- `5XX` — Server error

---

[API](https://skmtc.dev/sequence/apis/analytics-api.md) · [All operations](https://skmtc.dev/sequence/apis/analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequence/analytics-api/revisions/12db1459a050/schema)
