🎨Inscriptions of a Collection
get
Get inscriptions owned by an address in a specific collection. It includes current inscription location
Authorizations
x-api-keystringRequired
Path parameters
addressstring · BitcoinAddress · min: 10RequiredDefault:
bc1q0egjvlcfq77cxd9kvpgppyuxckzvws46e3sxchcollectionIdstringRequiredExample:
{"value":"wzrds"}Query parameters
offsetnumberOptionalDefault:
0limitnumber · min: 25 · max: 25OptionalDefault:
25Responses
200
Inscriptions for a specific collection owned by an address
application/json
400
Invalid input
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
/v1/ordinals/address/{address}/inscriptions/collection/{collectionId}Last updated