TronSave
P2P MarketPeer-to-peer energy marketplace. Prices set by market supply and demand. Supports partial fills.
Live price
--
Price data unavailable. The provider may be offline or the API is unreachable.
| Type | P2P Market |
|---|---|
| Durations | Flexible |
| Resources | Energy, Bandwidth |
| Website | tronsave.io |
| Merx slug | tronsave |
How TronSave compares
Price data is currently unavailable across all providers.
Use via Merx
You do not need to integrate with TronSave directly. Merx routes orders to TronSave 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..."
}'