MUSI$2.47+3.82%
LUNA$24.87+12.28%
KXNG$18.45-6.82%
SYNTH$12.34+11.98%
AURA$31.52+5.49%
FUEG$22.10+7.54%
RAVN$8.91-5.71%
ELAR$15.23+2.21%
NEON$6.78+14.53%
MUSI$2.47+3.82%
LUNA$24.87+12.28%
KXNG$18.45-6.82%
SYNTH$12.34+11.98%
AURA$31.52+5.49%
FUEG$22.10+7.54%
RAVN$8.91-5.71%
ELAR$15.23+2.21%
NEON$6.78+14.53%

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.