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.
- Host: GitHub
- URL: https://github.com/null-none/go-simpleswap
- Owner: null-none
- License: mit
- Created: 2024-06-02T20:59:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T17:24:36.000Z (about 1 year ago)
- Last Synced: 2025-03-14T18:37:59.384Z (about 1 year ago)
- Topics: crypto, cryptocurrency, go, golang
- Language: Go
- Homepage: https://simpleswap.io/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`
```