文件名称:BinancePS:Powershell模块,用于通过Powershell Cmdlet从Binance API请求信息
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-02 01:31:00
PowerShell
BinancePS Powershell模块,用于通过Powershell Cmdlet从Binance API请求信息。 用法 通过启动PowerShell,导航到包含BinancePS文件夹的文件夹,可以在Windows上使用此Powershell模块: Set-Location " C:\Git\BinancePS " Import-Module .\BinancePS # Set context to Binance API first Set-BinanceApiContext - ApiKey " aabbcc " - SecretKey " ddeeff " # Now request information $Coins = Get-BinanceCoinsAvailable - WithBalanceOnly $Coins | Select-Object coin ,
【文件预览】:
BinancePS-master
----LICENSE(1KB)
----BinancePS()
--------Functions()
--------Private()
--------BinancePS.psm1(1KB)
--------Shared()
--------BinancePS.psd1(4KB)
----README.md(558B)