For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unlock

Please note

Fees apply for unlocking diamonds, whether the action is taken through the portal or via the API. See the Unlock section of the inventory page for more information.

To unlock a set of polished diamonds in one, pass the list to the unlock endpoint:

{
    "diamonds": [
        {
            "diamond_id": "a2uj544df5t5awu5v792wyj6"
        },
        {
            "diamond_id": "jo55p0yxbk7slopptdwv0zol"
        }
    ]
}
{
    "diamonds": [
        {
            "diamond_id": "a2uj544df5t5awu5v792wyj6",
            "status": "success"
        },
        {
            "diamond_id": "jo55p0yxbk7slopptdwv0zol",
            "status": "success"
        }
    ]
}

Last updated