Get Transferable Inscriptions

get
/v1/indexer/address/{address}/brc20/{ticker}/transferable-inscriptions

Get the transferable inscriptions list of BRC20 by address.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
addressstringRequired

Address

tickerstringRequired

Token ticker

Query parameters
startintegerRequired

Start offset

Example: 0
limitintegerRequired

Number of inscriptions returned

Example: 16
Responses
200

Successful operation

application/json
get
/v1/indexer/address/{address}/brc20/{ticker}/transferable-inscriptions

Last updated