Binance Wallet History Endpoint
Budget: $333 – $334 USD
I need an additional URL added to my existing cryptocurrency-wallet API that talks directly to Binance Smart Chain. Its sole purpose is to return a clean, paginated transaction history for any wallet address I pass in.
What I already have: a running backend with other endpoints live and a BSC node (plus test addresses) you can hit.
What I need from you:
• A RESTful / JSON endpoint (GET) that queries the chain and returns confirmed transactions in chronological order, with basic metadata (hash, from, to, value, timestamp, block).
• Optional query parameters for start-block, end-block, page, and limit.
• Error handling for bad addresses or network hiccups.
• Brief inline docs and a short README so my front-end dev can plug it in without guesswork.
• A quick unit test or two proving the output format.
You’re free to use Web3.js, ethers.js, direct RPC calls, or a BscScan-style service—whatever gets accurate data fastest. Push a working PR to my repo and demo it on Postman; that’s the acceptance point.
What I already have: a running backend with other endpoints live and a BSC node (plus test addresses) you can hit.
What I need from you:
• A RESTful / JSON endpoint (GET) that queries the chain and returns confirmed transactions in chronological order, with basic metadata (hash, from, to, value, timestamp, block).
• Optional query parameters for start-block, end-block, page, and limit.
• Error handling for bad addresses or network hiccups.
• Brief inline docs and a short README so my front-end dev can plug it in without guesswork.
• A quick unit test or two proving the output format.
You’re free to use Web3.js, ethers.js, direct RPC calls, or a BscScan-style service—whatever gets accurate data fastest. Push a working PR to my repo and demo it on Postman; that’s the acceptance point.