Feee
Fixed priceFixed-price provider with the widest range of durations. Supports both energy and bandwidth.
Live price
--
Price data unavailable. The provider may be offline or the API is unreachable.
| Type | Fixed price |
|---|---|
| Durations | 10m, 1d, 2d, 3d, 4d, 5d, 7d, 30d |
| Resources | Energy, Bandwidth |
| Website | feee.io |
| Merx slug | feee |
How Feee compares
Price data is currently unavailable across all providers.
Use via Merx
You do not need to integrate with Feee directly. Merx routes orders to Feee 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..."
}'