List recorded token launches
Query Parameters
- Type: stringvenue
Venue filter
- Type: integerlimit
Max results (1-100)
- Type: stringcursor
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"
}