Get BRC-100 Marketplace Token

get

Get the BRC-100 token infomation of by ticker in the Marketplace.

Authorizations
Query parameters
tickerstringRequired
Responses
200
Successful Operation.
application/json
get
GET /v1/indexer/brc100/market/token HTTP/1.1
Host: open-api.inbrc.org
Authorization: Bearer API Key
Accept: */*
{
  "code": 1,
  "msg": "text",
  "data": {
    "protocol": "text",
    "ticker": "text",
    "max": "text",
    "limitPerMint": "text",
    "decimals": 1,
    "inscriptionSn": 1,
    "inscriptionId": "text",
    "deployer": "text",
    "deployTime": 1,
    "owner": "text",
    "minted": "text",
    "circulating": "text",
    "mintOutBlock": 1,
    "mintOutTime": 1,
    "holders": 1,
    "transfers": 1,
    "name": "text",
    "logo": "text",
    "website": "text",
    "twitter": "text",
    "telegram": "text",
    "discord": "text",
    "floorPrice": 1,
    "totalVolume": 1,
    "sold": 1,
    "floorPrice24Growth": 1,
    "volume24": 1,
    "volume24Growth": 1,
    "sold24": 1,
    "canPublicMintAmount": "text",
    "parentTicker": "text",
    "maxMintAmount": "text",
    "maxOwnerMintAmount": "text",
    "admins": [
      "text"
    ],
    "tradingBlackHolePercentage": "text",
    "tradingTaxPercentage": "text",
    "taxReceiver": "text",
    "burn3Tickers": [
      "text"
    ],
    "isDAOStarted": true,
    "daoVoteLimit": "text",
    "governanceTimeLock": 1,
    "ext": {},
    "transactions": 1,
    "ownerCanMintAmount": "text",
    "stopped": true
  }
}

Last updated