CatFee
Fixed priceFixed-price energy provider specializing in short-term 1-hour rentals. HMAC-signed API.
Live price
27 SUN
per energy unit (cheapest tier)
1,889,342,131
available energy
Last updated: 03:13:41
| Type | Fixed price |
|---|---|
| Durations | 1h |
| Resources | Energy |
| Website | catfee.io |
| Merx slug | catfee |
How CatFee compares
Current cheapest provider is Netts at 24 SUN per energy unit.
CatFee is currently priced at 27 SUN. That is 3 SUN above the best rate.
Why use Merx instead of buying from CatFee directly
CatFee is one of multiple providers connected to Merx. Buying through an aggregator gives you advantages that no single provider can offer:
- Best price guarantee -- Merx compares CatFee with every other provider every 30 seconds. If CatFee is cheapest, your order goes there. If not, it goes to whoever is.
- Automatic failover -- if CatFee runs out of capacity or goes offline, your order fills through the next cheapest provider. No manual intervention.
- One integration -- a single API replaces separate integrations with multiple providers. One balance, one order format, one webhook.
- No lock-in -- you are not tied to CatFee. As new providers join Merx, your orders automatically benefit from expanded supply and competition.
Alternatives to CatFee
Other TRON energy providers available through Merx:
PowerSunFixed
2m, 5m, 10m, 15m, 30m, 1h, 6h, 1d, 7d, 30dITRXFixed
1h, 1d, 3d, 30dFeeeFixed
10m, 1d, 2d, 3d, 4d, 5d, 7d, 30dTronSaveP2P Market
FlexibleTEMP2P Market
FlexibleNettsFixed
1dOr use Merx to compare all providers automatically and route your order to the cheapest option available right now.
Use via Merx
You do not need to integrate with CatFee directly. Merx routes orders to CatFee 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..."
}'