Kucoin / kucoin-futures-python-sdk

MIT License
7 stars 3 forks source link

Status Code: 404 #49

Closed niloec closed 1 year ago

niloec commented 1 year ago

I've been trying place a order on kucoin futures, with ta API v2 using the following url: 'https://api-futures.kucoin.com/api/v2/order'

but I just got the error 404 that means it's not found, so anyone knows witch url shoul I use to place a order ?

thanks in advance

niloec commented 1 year ago

I solved the problem using the url of version 1

'https://api-futures.kucoin.com/api/v1/orders'

and keeping "KC-API-KEY-VERSION": "2", on the header