balance crypto:with通过统一的界面获取300多种加密货币的钱包余额 源码
平衡密码 通过统一的界面获取300多种加密货币的钱包余额。 与: :locked_with_key:可选的API密钥支持 :blue_heart:用TypeScript编写 :high_voltage:使用node-fetch而不是弃用的request :package:较小的图书馆 安装 # pnpm pnpm i balance-crypto # yarn yarn add balance-crypto # npm npm i balance-crypto 用法 import { balance } from 'balance-crypto' balance ( '3PxedDftWBXujWtr7TbWQSiYTsZJoMD8K5' , 'BTC' , 'OPTIONAL_API_KEY' ) . then ( ( res ) => console . log ( res ) ) 结果: { " balance " : 0 , " asset " : " BTC "
文件列表
balance-crypto-master.zip
(预估有个14文件)
balance-crypto-master
.gitignore
2KB
package.json
1KB
src
services
blockcypher.ts
895B
chainz.ts
652B
tokenbalance.ts
22KB
index.ts
273B
ethplorer.ts
587B
暂无评论