Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dasbd72 committed Mar 1, 2024
1 parent efaa099 commit 35f7a63
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,31 @@
This project is created to programmatically manage my crypto currency assets
from multiple exchanges.

Supported exchanges
Developing exchanges
- binance
- okx
- pionex

## Development Environment

- vscode
- use gofmt to format the code

## Configuration

```conf
# .env
BINANCE_API_KEY=your-api-key
BINANCE_API_SECRET=your-api-secret
OKX_API_KEY=your-api-key
OKX_API_SECRET=your-api-secret
PIONEX_API_KEY=your-api-key
PIONEX_API_SECRET=your-api-secret
```

## References

- [Binance API](https://binance-docs.github.io/apidocs/spot/en/#introduction)
- [OKX API](https://www.okx.com/docs-v5/en/#overview)
- [Pionex API](https://pionex-doc.gitbook.io/apidocs/)
- [MAX API](https://max.maicoin.com/documents/api)

0 comments on commit 35f7a63

Please sign in to comment.