-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Hello,
I'm trying to use the addOrder method of the following data:
-
URL: https://api.coinigy.com/api/v1/addOrder -
Content-Type: application/json X-API-KEY: <my_api_key> X-API-SECRET: <my_api_secret> -
auth_id: 332719, exch_id: 15, mkt_id: 5110, order_type_id: 2, price_type_id: 3, limit_price: 5678, order_quantity: 1
And I'm getting the error:
"Missing or empty parameters:"
The full response is:
{
"error_num": "1057-33-01"
"err_msg": "Missing or empty parameters"
}
without any parameter stated.
I don't know if there's anything wrong with my request.
All the data that I inserted to it seems to me like it shouldn't make the request unacceptable by your API.
Can someone please help me?
Metadata
Metadata
Assignees
Labels
No labels