Collection by ID
This endpoint is used to retrieve the metadata & market data associated with an ordinal collection, based on the ordinal collection ID.
get
Get metadata and market info for an Ordinals collection.
Authorizations
x-api-keystringRequired
Path parameters
collectionIdstringRequiredExample:
{"value":"wzrds"}Responses
200
Default Response
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/collections/{collectionId}Last updated