---
title: "Fetch contract"
method: GET
path: "/v1/contracts/{contract}"
tags: ["Contracts"]
---

# Fetch contract

`GET /v1/contracts/{contract}`

## Path parameters

- `contract` string, required

## Response `200`

Successful

- OpenAPIContractResponse
  - `success` boolean, required
  - `next` string
  - `data` ContractV1
    - `contract` string
    - `erc_type` integer
    - `name` string
    - `symbol` string
    - `royalty_fee` integer — base rate is 10^6. For example 50000 means 5% in royalty fee
    - `slug` string, nullable
    - `verified` boolean
    - `suspicious` boolean
    - `nsfw` boolean

---

[API](https://skmtc.dev/x2y2/apis/x2y2-openapi.md) · [All operations](https://skmtc.dev/x2y2/apis/x2y2-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/x2y2/x2y2-openapi/revisions/84d91477b3ec/schema)
