List recorded token launches

​

Query Parameters

  • Venue filter

  • Max results (1-100)

  • createdAt cursor for pagination

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/api/launches
curl https://api.musebook.trade/api/launches
{
  "ok": true,
  "items": [
    {}
  ],
  "nextCursor": null,
  "additionalProperty": "anything"
}