AuroraDAO / idex-api-docs

IDEX API documentation (work in progress)
81 stars 27 forks source link

Invalid payload #52

Closed bogdyak closed 6 years ago

bogdyak commented 6 years ago

Hello

Please help me with the issue I am getting

{
  "error": "Invalid payload"
}

There are my request body

{ 
  "tokenBuy": "0x4ceda7906a5ed2179785cd3a40a69ee8bc99c466",
  "amountBuy": 28472604495,
  "tokenSell": "0x0000000000000000000000000000000000000000",
  "amountSell": 546722000000000012,
  "address": "0xA2939E0a6D7a01685a69F6CbBAF403807a1D2cb8",
  "nonce": 7797260479,
  "v": 28,
  "r": "0x10c08159e23a2a2787ae7eb416d003f708255777e0f32f9080f9b92a3bfcb804",
  "s": "0x384a696af073c00d0c0049944de113ef7f6e4ac0bb4ee4fc9b0f09d4a05eae73"
}
bogdyak commented 6 years ago

Clothed because i found issue "expires" was missed at request body It deprecated but still REQUIRED