OpenSY API

RESTful API for OpenSY Blockchain Integration

βœ“ v1.0.0 - Operational

πŸ”Œ API Endpoints

GET
/api/v1/health
Health check and API status
GET
/api/v1/price
Current SYL price from multiple sources
GET
/api/v1/tx/:txid
Get transaction details by ID
POST
/api/v1/tx/broadcast
Broadcast signed transaction
POST
/api/v1/payment/request
Create payment request link
GET
/api/v1/payment/:id
Get payment request status
POST
/api/v1/username/register
Register human-readable username
GET
/api/v1/username/:name
Resolve username to address
POST
/api/v1/push/register
Register device for push notifications
POST
/api/v1/webhook/create
Create webhook for transaction events

πŸ“‘ Example Request

# Get current SYL price
curl https://api.opensyria.net/api/v1/price

# Response
{
  "symbol": "SYL",
  "price_usd": 0.0025,
  "price_btc": 0.00000003,
  "volume_24h": 15420.50,
  "change_24h": 2.5,
  "market_cap": 250000,
  "last_updated": "2026-01-02T19:45:00Z"
}

⚑ Features

πŸ”

Secure

TLS encryption, API keys, rate limiting

πŸš€

Fast

Sub-100ms response times globally

πŸ“±

Mobile Ready

Optimized for mobile wallet integration

🌐

WebSocket

Real-time transaction updates