Create a Collection
Use these endpoints to create a collection that other users will be able to create orders on and inscribe on demand.
All collections must be approved by the ordinalsbot.com team before they go live.
Collections with over 1000 items need to be manually uploaded.
Get in touch with us on Discord.
The /order
endpoint has a rate limit of 2 requests per 10 seconds.A
Create Collection
POST
https://api.ordinalsbot.com/collection-create
Use this method to create a collection, if your files are already on a publicly accessible URL.
Headers
Request Body
As a collection creator, if you need access to inscription IDs from your collection you can access them here: https://api.ordinalsbot.com/get-collection-json?id=<collection-id>
Get Collection JSON
GET
https://api.ordinalsbot.com/get-collection-json
Use this method to get a collection json, that is usable by marketplaces for secondary market listing.
Request Parameters
Last updated