PowerSun
Fixed priceFixed-price energy provider operated by the same team as Merx. Offers 10 duration tiers from 2 minutes to 30 days.
Live price
--
Price data unavailable. The provider may be offline or the API is unreachable.
| Type | Fixed price |
|---|---|
| Durations | 2m, 5m, 10m, 15m, 30m, 1h, 6h, 1d, 7d, 30d |
| Resources | Energy |
| Website | powersun.vip |
| Merx slug | powersun |
How PowerSun compares
Price data is currently unavailable across all providers.
Use via Merx
You do not need to integrate with PowerSun directly. Merx routes orders to PowerSun automatically when it offers the best price for your requested duration and amount.
curl -X POST https://merx.exchange/api/v1/orders \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"resource_type": "energy",
"amount": 100000,
"duration_sec": 3600,
"target_address": "TYourAddress..."
}'