🖼️Collections
This endpoint returns all Ordinal collections held by a given wallet address, along with the list of inscriptions owned within each collection.
get
Fetch inscriptions by collection for assets in a specific address.
Authorizations
x-api-keystringRequired
Path parameters
addressstring · BitcoinAddress · min: 10RequiredDefault:
bc1q0egjvlcfq77cxd9kvpgppyuxckzvws46e3sxchQuery parameters
offsetnumberOptionalDefault:
0limitnumber · min: 25 · max: 60OptionalDefault:
60Responses
200
Collection info for inscriptions owned by the 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}/collectionsLast updated