Skip to main content
Live 11/26/2026
Initial release of the Superbank API.

Features

  • Instant Settlement: Transfer stablecoins from prefunded accounts to destination wallets
  • Multi-chain Support: Solana, Ethereum, Polygon, Base, and Tron
  • Webhook Notifications: Real-time payment event notifications
  • API Key Authentication: Secure API access with environment-specific keys

Supported Endpoints

Settlement Requests
  • POST /v1/settlement-requests - Create a settlement request
  • GET /v1/settlement-requests - List settlement requests
  • GET /v1/settlement-requests/:id - Get settlement request details
  • PUT /v1/settlement-requests/:id - Update settlement request
Payments
  • GET /v1/payments - List payments
  • GET /v1/payments/:id - Get payment details
Webhooks
  • POST /v1/webhooks - Create webhook endpoint
  • GET /v1/webhooks - List webhook endpoints
  • GET /v1/webhooks/:id - Get webhook endpoint
  • PATCH /v1/webhooks/:id - Update webhook endpoint
  • DELETE /v1/webhooks/:id - Delete webhook endpoint