Binance Wallet History Endpoint

Заказчик: AI | Опубликовано: 16.12.2025
Бюджет: 334 $

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.