Developers

API Reference

REST endpoints, MCP tools, and integration surfaces.

Last updated: July 20, 2026

Access. The MCP endpoint is OAuth-gated by the same Supabase identity as the app. Public tick endpoints require a shared secret configured in project settings.
GET/mcp

Discover available MCP tools (whoami, list_investment_packages, get_my_investments, update_display_name).

POST/api/public/nowpayments-ipn

Signed IPN webhook. HMAC-verified. Public endpoint — do not call directly.

POST/api/public/deposits.tick

Scheduled tick to reconcile pending deposits. Requires bearer secret.

POST/api/public/payouts.tick

Scheduled tick to settle approved withdrawals after the 24-hour window.

Example — list MCP tools
curl https://solarisxbot.com/mcp -H "Authorization: Bearer <access_token>"
© 2026 SOLARISX AI BOT · All rights reserved.