Create buy orders
Buy Orders
Create buy orders
Creates one or more pre-launch buy orders for the listed projects — each buy order auto-buys that project’s future token at launch.
- Each item is processed independently. The response is always HTTP 200 once authenticated and the body is valid — check the per-item
okflag inresults(index-aligned to your request) for each outcome. - Re-ordering a project that already has an active buy order is idempotent (
status: "unchanged").
POST
Create buy orders
Authorizations
API key issued via POST /api/public/v1/api-keys.
Body
application/json
The projects to order and their per-project buy caps.
Required array length:
1 - 50 elementsResponse
Per-item results for the batch.
- Option 1
- Option 2

