---
title: "Retrieve Contract Source Code"
method: GET
path: "/monad/contract/source/code"
---

# Retrieve Contract Source Code

`GET /monad/contract/source/code`

Returns the contract source code verification status and source code.

## Query parameters

- `address` string, required

## Response `200`

200

- object
  - `code` integer
  - `reason` string
  - `message` string
  - `result` object
    - `contractAddress` string
    - `contractName` string
    - `abi` string
    - `creationByteCode` string
    - `sourceCode` object[]
      - `content` string
      - `name` string
    - `status` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/blockvision/apis/blockvision-v2.md) · [All operations](https://skmtc.dev/blockvision/apis/blockvision-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockvision/blockvision-v2/revisions/e52be4fcb129/schema)
