Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vanillaiice/vbinance

Binance Connector V
https://github.com/vanillaiice/vbinance

binance binance-api binance-connector-api vlang vlang-module

Last synced: about 2 months ago
JSON representation

Binance Connector V

Awesome Lists containing this project

README

        

# Binance Connector V

V module to connect with Binance API.

## Features (WIP)

- sign requests with HMAC-SHA-256
- get server time
- get account info
- get exchange information
- buy and sell spot market orders

## Installation

You can install this module using v:

```
v install vanillaiice.vbinance
```

You can then import it in your project by doing:

```
import vanillaiice.vbinance
```

Also, you can add the following in your v.mod file:

```
dependencies: ['vanillaiice.vbinance']
```

## Development dependencies

[zztkm.vdotenv](https://github.com/zztkm/vdotenv)

## Test

To run tests, make sure you have zzktm.vdotenv installed, and an .env file containing your Binance secret key and api key **for testnet**.

```
v test .
```

## Author

vanillaiice

## License

BSD-3-Clause