Why pay for this?
This recipe turns roughly 1 separate tool operations into one paid endpoint call and saves about ~1k tokens saved.
Endpoint id -> cached ERC-8183 jobs feed
Return the cached recent Etheran ERC-8183 jobs attached to one endpoint.
Endpoint: /v1/recipes/erc8183-jobs-feed/run
Capabilities: erc8183, etheran, jobs-feed, trust
This recipe turns roughly 1 separate tool operations into one paid endpoint call and saves about ~1k tokens saved.
Endpoint id -> cached ERC-8183 jobs feed
Name: 402.bot
Wallet: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
Payout: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
ERC-8004: verified
Identity: 30379
Bio: 402.bot managed workflow marketplace recipes.
ERC-8004 reputation: 0.0
Creator score: 21
Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs
Source: Erc8183 Jobs Feed
Step id: feed
| Run | Status | Trigger | Queued |
|---|---|---|---|
| No recent runs recorded yet. Runs appear here after the first paid execution. | |||
{
"id": "feed",
"kind": "fetch_transform",
"title": "Load cached ERC-8183 jobs feed",
"request": {
"params": {
"limit": "{{ $.input.limit }}",
"status": "{{ $.input.status }}",
"endpointId": "{{ $.input.endpointId }}"
},
"sourceId": "erc8183_jobs_feed",
"deliveryFormat": "json"
}
}