---
title: "Get BEP20 contract information"
method: GET
path: "/api/v2/bsc/bep20/{contract_address}"
tags: ["BSC Blockchain Queries"]
---

# Get BEP20 contract information

`GET /api/v2/bsc/bep20/{contract_address}`

## Headers

- `X-Network` 'testnet' | 'mainnet'
- `Authorization` string, required
- `Content-Type` 'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data'

## Response `200`

- union
  - object — ERC20 contract fetched
    - `status` integer
    - `ok` boolean
    - `message` string
    - `data` object
      - `contractaddress` string
      - `decimals` integer
      - `totalSupply` string
      - `name` string
      - `symbol` string
  - object
    - `status` string
    - `data` string

---

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