Get BRC-100 Token History
get
Get BRC-100 token history. For the history, "type": 1 is inscribing inscription, 2 is transferring inscription. For successful UTXO history, "status" should be 2. For successful UTXO inscriptions inscribed history, "type" == 1 && "status" == 2. For successful UTXO inscriptions transfer history, "type" == 2 && "status" == 2.
Authorizations
Query parameters
tickerstringrequired
pagenumberrequired
page index, max: 500
pageSizenumberrequired
page size, max: 20
Responses
application/json
get
200
401
For the history, "type": 1 is inscribing inscription, 2 is transferring inscription.
For successful UTXO history, "status" should be 2.
For successful UTXO inscriptions inscribed history, "type" == 1 && "status" == 2.
For successful UTXO inscriptions transfer history, "type" == 2 && "status" == 2.
Last updated