---
title: "Get TRC20 contract information"
method: GET
path: "/api/v2/tron/trc20/{contract_address}"
tags: ["Tron Blockchain Queries"]
---

# Get TRC20 contract information

`GET /api/v2/tron/trc20/{contract_address}`

This method returns the contract information of the specified contract

## Headers

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

## Response `200`

- object
  - `status` integer
  - `ok` boolean
  - `message` string
  - `data` object
    - `address` string
    - `symbol` string
    - `name` string
    - `totalSupply` string
    - `decimals` string

## Other responses

- `400`

---

[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)
