“Someone forgot to order energy — the transfer burned 13 TRX.”
Energy that refills itself
Name a wallet and a daily budget. After every USDT transfer the wallet is topped back up to full energy — no orders, no schedules, no one to forget.
{
"address": "TN3W4H6rK2ce4vX9YnFQHwKENnHjoxb3m9",
"daily_budget_trx": "20.000000"
}
Two fields. Everything else is automatic.
How it works — five points, no other conditions
What the rates have been doing
Top-up rates are a separate product from orders: they do not follow the zone schedule and move on their own. No forecast is drawn for them — a dashed line here would read as a promise. You are charged the rate in force when the top-up is recognised on-chain.
The budget is a hard ceiling
The daily budget is reserved from your available credits at the start of each UTC day and is the most a rule can spend that day. Not a target — a ceiling.
One call, and the wallet keeps itself ready
One active rule per address. Deleting a rule stops it and releases the rest of today's reservation; the history stays in your ledger.
curl -X POST https://api.nrg.market/v1/auto-refill-rules \
-H "Authorization: Bearer $KEY" \
-H "Content-Type: application/json" \
-d '{
"address": "TN3W4H6rK2ce4vX9YnFQHwKENnHjoxb3m9",
"daily_budget_trx": "20.000000"
}'