weiliuv / fcoin-python-sdk

fcoin api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create New Order Issue

techguruCD opened this issue · comments

Hi.
I've got a problem with buylimit & selllimit API.

Below the string is I used.
POSThttps://api.fcoin.com/v2/orders1533843540000symbol=btcusdt&side=sell&type=limit&price=6464.00000000&amount=0.02000000

But response is that
{
"status": 6005,
"msg": "api key check fail : {"status":1090,"msg":"Illegal API signature"}"
}

I used same encoding function to get balance and it works well.
Please help me how can I place order.

Regards.

I have this problem using python 2.7.9 and 3.4.2 but not when using python 3.6.1. Possible 'requests' module version issue?