GET
/
assets
/
drc20
/
{ticker}
DRC20 Info
curl --request GET \
  --url https://xdg-mainnet.gomaestro-api.org/v0/assets/drc20/{ticker} \
  --header 'api-key: <api-key>'
{
  "data": {
    "deploy_inscription": "f86ac394543faf363d18b9bebfe160f6e57539f69642ce9a3d23f2e4e92c12c5i0",
    "holders": 86,
    "minted_supply": "7969155.000000000000000000",
    "terms": {
      "dec": 18,
      "limit": "69.000000000000000000",
      "max": "20420420.000000000000000000"
    },
    "ticker": "$yod",
    "ticker_hex": "24796f64"
  },
  "last_updated": {
    "block_hash": "bdb39d4aaf7dc588c3732a27fd57b7cdc0c93bec20c98526e3af45217590500a",
    "block_height": 5288700
  }
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

ticker
string
required

DRC20 ticker string

Response

200
application/json

Requested data

The response is of type object.