Skip to content

v1, "Missing or empty parameters:" when using addOrder #32

@GalGreenfield

Description

@GalGreenfield

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions