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

https://github.com/null-none/go-simpleswap

Supports more than 1000 crypto and fiat currencies.
https://github.com/null-none/go-simpleswap

crypto cryptocurrency go golang

Last synced: about 1 year ago
JSON representation

Supports more than 1000 crypto and fiat currencies.

Awesome Lists containing this project

README

          

# go-simpleswap

### Init project

```bash
go mod init github.com/null-none/go-simpleswap
go mod tidy
go run main.go
```

### Endpoints

```
GET `/get_all_currencies`
GET `/get_currency`
GET `/get_market_info`
GET `/get_exchange`
GET `/get_exchanges`
```