Getting Started with Moonshine Labs API
Moonshine Labs API - Getting Started Guide
1. Set up your platform
POST /api/solanaplay/platforms{
"platformId": "your-platform-id",
"name": "Your Platform Name",
"url": "https://yourplatform.com",
"twitter": "@yourplatform",
"discordInvite": "https://discord.gg/yourplatform",
"image": "https://yourplatform.com/logo.png",
"description": "A short description of your platform.",
"category": "your-category",
"subcategory": "your-subcategory",
"tags": ["tag1", "tag2"]
}