https://github.com/fox-one/oobid
oobid is a simple tool for generating transfer url for mixin messager. It support ocean one making order style memo.
https://github.com/fox-one/oobid
Last synced: about 1 year ago
JSON representation
oobid is a simple tool for generating transfer url for mixin messager. It support ocean one making order style memo.
- Host: GitHub
- URL: https://github.com/fox-one/oobid
- Owner: fox-one
- License: mit
- Created: 2018-08-15T10:25:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T10:45:41.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T13:32:39.821Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oobid
oobid is a simple tool for generating transfer url for mixin messenger. It support ocean one making order style memo.
## Usage
### Transfer 1000 BTC to someone
```shell
oobid transfer --asset btc --amount 1000 --recipient aaff5bef-42fb-4c9f-90e0-29f69176b7d4 --memo "happy new year" --qrcode
```
### Create ASK order in XIN/USDT with LIMIT Price 200
```shell
oobid ask --asset xin --amount 1 --target usdt --price 200 --limit --qrcode
```
### Create BID order in XIN/USDT with LIMIT Price 200
```shell
oobid bid --asset usdt --amount 200 --target xin --price 200 --limit --qrcode
```
### Create BID order in XIN/USDT with MARKET Price
```shell
oobid bid --asset usdt --amount 200 --target xin --market --qrcode
```