Collections
This endpoint returns the full list of indexed Ordinals collections with their basic information and metadata
get
Get list of ordinals collections.
Authorizations
x-api-keystringRequired
Query parameters
offsetnumberOptionalDefault:
0limitnumber · min: 25 · max: 25OptionalDefault:
25Responses
200
Default Response
application/json
limitnumberRequired
offsetnumberRequired
totalnumberRequired
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
GET /v1/ordinals/collections HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"limit": 1,
"offset": 1,
"total": 1,
"items": [
{
"id": "text",
"name": "text",
"description": "text",
"links": {
"coinMarketCap": "text",
"telegram": "text",
"twitter": "text",
"discord": "text",
"website": "text"
}
}
]
}Last updated