-
Hi All,
Bitkub.com is now an officially licensed Cryptocurrency Exchange by Thailand’s Ministry Of Finance.
Interest to add it to CCXT?
-
### Website name
Bitkub Presence
### Website URL
https://www.bitkub.com/
### Website logo
https://www.bitkub.com/static/images/Bitkub-Thailand-Cryptocurrency-Bitcoin-Exchange.jpg
###…
-
hi winweb
now we have a new version v2.
v2 includes all features of Bitkub if you need it.
enjoy...
-
Bitkub address 4 , not identified on the csv
rHN1mKrGtB5WmQfBjzD9hEbqm6XYh1cBHW
LLAC3 updated
3 years ago
-
Endpoints tested to be down right now.
https://api.bitkub.com/api/market/place-bid/test
https://api.bitkub.com/api/market/tradingview
https://api.bitkub.com/api/market/my-order-history
The only …
-
Hi!
I can access wallet info through the normal HTTP/REST code.
I'm using code like this to access these informations:
`bitkub_wallet_amount_USDT = bitkub.wallet()['result']['USDT']`
I'm wond…
-
> Can't place-ask order
>
> [sym] => THB_BTC [amt] => 0.0000157
>
> error code : 12
>
> but on website it work.
_Originally posted by @DELJUJAZI in https://github.com/bitkub/bitkub-offic…
-
ลองทดสอบส่งคำสั่งขายไปที่ Endpoint => /api/market/place-ask ด้วยข้อมูลด่านล่างนี้
`{
"ts": 1648622398774,
"sym": "THB_BTC",
"amt": 0.00005115,
"rat": 0,
"typ": "market",
"sig": …
-
my order is
`{'error': 0, 'result': {'amount': 450, 'client_id': '', 'credit': 0, 'fee': 1.13, 'filled': 0, 'first': 11051792, 'history': [], 'id': 11051792, 'last': None, 'parent': 0, 'rate': 9, 's…
-
ทดลองดึงข้อมูลเหรียญ BTC มูลค่าล่าสุด ได้ค่าเดิมตลอด
(Python ค่าเปลี่ยนปกติ)
API ที่ใช้: https://api.bitkub.com/api/market/ticker
depencies:
`http: ^0.13.4`
Basic code:
```
import 'dart:con…