API
Build your own crypto bot
with all visual elements
A free open source python API to create crypto bots with visual elements
exchanges
and add it in open source ready-made flexible HFTcryptbot API terminal
Create your
cryptobot on python
API Examples
1
2
3
4
5
6
7
8
9
10
11
12
1 блок import hft_crypto_bot_api as tradeapi
api = tradeapi.REST('******************************',
'*******************************')
order = api.submit_order(
symbol='BTCUSDT',
qty=15,
type='limit',
side='buy',
limit_price=25.34,
)
1
2
3
4
5
6
7
8
9
10
11
12
2 блок import hft_crypto_bot_api as tradeapi
api = tradeapi.REST('******************************',
'*******************************')
order = api.submit_order(
symbol='BTCUSDT',
qty=15,
type='limit',
side='buy',
limit_price=25.34,
)
1
2
3
4
5
6
7
8
9
10
11
12
3 блок import hft_crypto_bot_api as tradeapi
api = tradeapi.REST('******************************',
'*******************************')
order = api.submit_order(
symbol='BTCUSDT',
qty=15,
type='limit',
side='buy',
limit_price=25.34,
)
1
2
3
4
5
6
7
8
9
10
11
12
4 блок import hft_crypto_bot_api as tradeapi
api = tradeapi.REST('******************************',
'*******************************')
order = api.submit_order(
symbol='BTCUSDT',
qty=15,
type='limit',
side='buy',
limit_price=25.34,
)
1
2
3
4
5
6
7
8
9
10
11
12
5 блок import hft_crypto_bot_api as tradeapi
api = tradeapi.REST('******************************',
'*******************************')
order = api.submit_order(
symbol='BTCUSDT',
qty=15,
type='limit',
side='buy',
limit_price=25.34,
)
Get the HFTcryptbot
API for free
API
ask question: