
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
bsc-tokenholdings
Advanced tools
NPM pakcage to scan token holdings in a Binance Smart Chain (BSC) Wallet Address
NPM package to scan token holdings in a Binance Smart Chain (BSC) Wallet Address. Normally you would upgrade your plan on BSCSCAN API, with this package you don't have to.
Now you can scan bsc, eth and matic wallet all in one package.
npm i bsc-tokenholdings
Or
yarn add bsc-tokenholdings
const { scan } = require("bsc-tokenholdings");
const address = "0x39Bce682DBFe79a0b940c8E833aaf2ab08098816";
async function test() {
const result = await scan(address, "bnb");
console.log(result);
}
test();
// If Error
{
status: false,
error_msg: ''
}
// If Success
{
BNB: { balance_in_usd: '1.87 ', balance: '0.004477912626247038' },
currency: 'bnb',
status: true,
address: '0x39Bce682DBFe79a0b940c8E833aaf2ab08098816',
'1Gas.org': { balance: '92,280' },
'AGMC.io': { balance: '800,000' },
ANTEX: { balance: '160' },
'ARKR.org': { balance: '800,000' },
'AZSwap.io': { balance: '18,000' },
BIG: { balance: '0.4' },
BTL: { balance: '20' },
BNBw: { balance: '21,131,181' },
MELLO: { balance: '17,777' },
CHILL: { balance: '5' },
'Def8.io': { balance: '82,445' },
DBT: { balance: '440' },
'FF18.io': { balance: '800,000' },
'KK8.io': { balance: '166,574' },
'LinkP.io': { balance: '800,000' },
MRS: { balance: '22.8' },
'MMdex.io': { balance: '250,000' },
MGRT: { balance: '1.1198' },
'PDot.io': { balance: '95,641' },
'PowNFT.net': { balance: '96,816.55' },
ABOYS: { balance: '18,000,000' },
ROCKETDOGE: { balance: '250,000,000' },
'Zepe.io': { balance: '750,000' }
}
FAQs
NPM pakcage to scan token holdings in a Binance Smart Chain (BSC) Wallet Address
The npm package bsc-tokenholdings receives a total of 20 weekly downloads. As such, bsc-tokenholdings popularity was classified as not popular.
We found that bsc-tokenholdings demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.