Edit Order

Fetch orderbok data with latest bid and ask price

API endpoint

/api/editOrder

Request Samples

 POST https://verified-api.azurewebsites.net/api/editOrder

Response Samples

Content type

application/json

Body Params

{
    "securityAddress": "string",
    "currencyAddress": "string",
    "quantity": "string",
    "newPrice": "string",
    "swapType": "string",
    "poolId": "string",
    "secret_key": "string",
    "orderRef": "string"
}

Sample body request

Encryption of Secret key

Response

Last updated