v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
Drops Endpoints

Update Creator Studio drop edits

Update an existing ERC-721 SeaDrop V1 drop and its stages.

post/api/v2/drops/{slug}

Path parameters

slugstring required

The collection slug identifying the drop to update

Request body

max_supplystring

Maximum supply for the drop as a decimal string

creator_payout_addressstring

Creator payout address

Example request

{
  "stages": [
    {
      "stage_type": "public_sale",
      "start_time": "2024-01-01T00:00:00Z",
      "end_time": "2024-01-01T01:00:00Z"
    }
  ]
}

Response

Drop edits saved successfully