Skip to main content

Create Collection

POST /collections

Endpoint URL

https://thetrident.one/api/collections

Authorization

Mixin authentication token for GET https://api.mixin.one/me.

Visit mixin developers doc for more details.

Payload

{
"name": "Awsome collection",
"symbol": "Symol fo collection",
"description": "This is an awesome collection",
"external_url": "https://thetrident.one",
"split": 0.05,
"icon_url": "https://image.thetrident.one/collection_icon.png"
}