inBRC | BRC-100 Indexer
inBRCTestnet100SwapBRC-100
  • inBRC Introduction
  • inBRC Developer Service
    • BRC-100 Indexer
      • Get Latest Block
      • Get BRC-100 Address Balances
      • Get BRC-100 Address Balance
      • Get BRC-100 User State
      • Get BRC-100 Tokens
      • Get BRC-100 Token
      • Get BRC-100 Token History
      • Get BRC-100 Address History
    • inBRC Marketplace
      • Get BRC-100 Marketplace Tokens
      • Get BRC-100 Marketplace Token
    • BRC-100 Extension Protocols Indexer
      • BRC-101
      • BRC-102
    • inBRC Inscribe
  • inBRC $ins Tokenomics
  • inBRC Links
  • BRC-100 Protocol Stack
    • Introduction
      • Design Principles
      • Concepts
    • BRC-100 Protocol
Powered by GitBook
On this page
  1. inBRC Developer Service
  2. BRC-100 Indexer

Get BRC-100 Token

PreviousGet BRC-100 TokensNextGet BRC-100 Token History

Last updated 1 year ago

get

Get the BRC-100 token infomation of by ticker.

Authorizations
Query parameters
tickerstringRequired
Responses
200
Successful Operation.
application/json
401
Invalid Api Key!
get
GET /v1/indexer/brc100/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,
    "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
  }
}