binance-wallet

command module
v0.0.0-...-be4dc49 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2021 License: BSD-2-Clause Imports: 6 Imported by: 0

README

binance-wallet

convenient endpoints for managing binance wallet

get started

make

development

make dev

deployment

make docker-push

endpoints

  1. /deposits parameters:
    • asset string: currency initials
    • days int: since how many days behind
# e.g:
curl --request GET \
  --url http://localhost:2999/deposits \
  --header 'Content-Type: application/json' \
  --data '{ "asset": "ADA", "days": 90 }'
  1. /assets
# e.g:
curl --request GET \
  --url http://localhost:2999/assets \
  --header 'Content-Type: application/json'
  1. /address parameters:
    • asset string: currency initials
# e.g:
curl --request GET \
  --url http://localhost:2999/address?asset=ADA

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL