Get BRC-20 Ticker Info
GET/btc/:network/brc20/:ticker/info
Get the infomation of BRC-20 by ticker.
Responses
- 200
- 400
- 401
successful operation
- application/json
- Example
{
"statusCode": 0,
"data": {
"id": "1",
"original_tick": "ordi",
"tick": "ordi",
"max_supply": "21000000000000000000000000",
"decimals": 18,
"limit_per_mint": "1000000000000000000000",
"remaining_supply": "0",
"burned_supply": "0",
"is_self_mint": false,
"deploy_inscription_id": "b61b0172d95e266c18aea0c624db987e971a5d6d4ebc2aaed85da4642d635735i0",
"block_height": 779832
}
}
Bad Request
Unauthorized
Loading...