API Reference
Base URL
Production: https://relay.ssp.runonflux.io/v1Authentication
Available Endpoints
Synchronization Endpoints
GET /v1/sync/:id
{
"success": true,
"data": {
"chain": "bitcoin",
"walletIdentity": "wallet_id",
"keyXpub": "xpub6...",
"wkIdentity": "key_identity",
"generatedAddress": "bc1q...",
"publicNonces": ["..."]
}
}POST /v1/sync
POST /v1/token
Transaction Endpoints
GET /v1/action/:id
POST /v1/action
Network Information
GET /v1/rates
GET /v1/networkfees
Token Information
GET /v1/tokeninfo/:network/:address
Services
GET /v1/services
Support Endpoints
POST /v1/ticket
POST /v1/contact
Third-Party Integration
POST /v1/sign/onramper
Error Handling
Rate Limits
Development
Local Development
Configuration
Implementation Notes
Source Code
Last updated