API Documentation
Integrate with Musiwallet price data and trading endpoints.
Base URL: https://api.musitoken.com/v1 · Authenticate with a Bearer API key.
Endpoints
GET/api/v1/tokens
GET/api/v1/tokens/:ticker
GET/api/v1/tokens/:ticker/price
GET/api/v1/market/summary
POST/api/v1/trade
GET/api/v1/portfolio
WS/api/v1/stream
Example Request
curl -X GET https://api.musitoken.com/v1/tokens/DRAK \ -H "Authorization: Bearer YOUR_API_KEY"
Example Response
{
"ticker": "DRAK",
"artist_name": "Drake",
"current_price": 44.80,
"market_cap": 128000000,
"volume_24h": 2150000,
"holders": 28450
}Webhooks
Subscribe to trade and price events. Contact support to register a webhook endpoint.