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 RequestsPOST /v1/settlement-requests- Create a settlement requestGET /v1/settlement-requests- List settlement requestsGET /v1/settlement-requests/:id- Get settlement request detailsPUT /v1/settlement-requests/:id- Update settlement request
GET /v1/payments- List paymentsGET /v1/payments/:id- Get payment details
POST /v1/webhooks- Create webhook endpointGET /v1/webhooks- List webhook endpointsGET /v1/webhooks/:id- Get webhook endpointPATCH /v1/webhooks/:id- Update webhook endpointDELETE /v1/webhooks/:id- Delete webhook endpoint