Widthraw bet

  • The auction must be active.

method: POST

url: https://ninjalender.online/client/bet/withdraw

Headers:

Where AToken is the token that was received during authorization.

Request body:

params:

response:

Request example:

{
  "params": {
    "id": 4192
  }
}

Response example:

[
  {
    "code": 0,
    "message": "ok"
  }
]

List of errors:

Last updated