
Discrepancy in aval bal and pending bal
The bot showed me this msg, that there is a discrepancy in the ledger and the aval bal.
Tried contacting the human, they aren't replying.
Update: got resolved in 7-8 hours

The bot showed me this msg, that there is a discrepancy in the ledger and the aval bal.
Tried contacting the human, they aren't replying.
Update: got resolved in 7-8 hours
Its been more than 2 days, and I haven't gotten any mails from the team.
What should I do??
Title
So I've been building a pay-per-call REST API for Reddit for quite some time now, and now that it's finally ready, I’m looking for a few folks to test it out and share feedback.
A few reasons why I built this:
So I decided to build a simple pay-per-call API with straightforward pricing and no unnecessary barriers.
You can dm me for the link of the app, Thanks.
Hey n8n folks,
Saw the recent post here about Reddit API access pain post earlier this week). Hit the same wall building n8n workflows that needed Reddit data.
Built (well, my friend Emma built) a workflow integration that uses a pay-per-call REST API for Reddit instead of trying to wrangle the official one. Sharing because the n8n use case is the cleanest fit I’ve found.
Here’s the example workflow code that goes into an n8n HTTP Request node:
GitHub Gist: https://gist.github.com/druvkotwani/081196cf66fc0c6bfe2951bf69587691
What the workflow does:
- Fetches the latest 50 posts from any subreddit (1 HTTP Request node, GET endpoint)
- Filters by keyword in title (Set/Filter node)
- Sends matching posts to Slack as new messages (Slack node)
- Total cost per run: ~$0.10 at $0.002/read
How it works:
Emma is opening beta to 30 design partners this week. Especially looking for n8n users with real workflow use cases. $25 free credit covers ~12K reads.
If anyone here wants to try it for an n8n workflow you’ve been blocked on, DM emma@redditapis.com she’ll send the beta code.