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
startintegerRequiredExample:
Start offset
0limitintegerRequiredExample:
Number of inscriptions returned
16Responses
200
Successful operation
application/json
401
Invalid API Key
get
/v1/indexer/address/{address}/brc20/{ticker}/transferable-inscriptionsLast updated