Prerequisites
HTTP Client
curl, Postman, or your app’s fetch/axios client
API Access
Production URL or a local backend on port 8080
Base URL
| Environment | URL |
|---|---|
| Production | https://api.rcoinx.com |
| Development | http://localhost:8080 |
Step 1: Check API Health
Step 2: Register a User
Step 3: Log In and Get a Token
access_token from the response.
Step 4: Call a Protected Endpoint
Client Examples
Response Format
Success:Next Steps
Integration Guide
Full integration walkthrough
Authentication
Tokens, refresh, and sessions
WebSocket
Realtime market data
MFA
Multi-factor authentication
Local Development
To run the backend API locally for testing:http://localhost:8080. Interactive docs: http://localhost:8080/swagger/index.html.
Need Help?
- Integration Guide
- Email: support@rcoinx.com
- GitHub: github.com/rcoinx/backend