3 - Set price

POST {{base_url_servicing}}/redemptions/{{redemption_id}}/orders/set-price

https://docs.tokeny.com/reference/manyredemptionorderssetprice-1

Set price

Set price for many investor redemption orders.

This endpoint will not change the satus of the order(s), but it will add Token Price,Token Price TimeandAmount To Pay".

This is an agent endpoint - make sure to input an agent bearer in the header

  • “string” orderIds: UUID format list of orders
  • tokenPriceDateTime with format: “YYYY-MM-DDTHH:MM:SS”,

Request Body

{"orderIds"=>["d312182c-e31d-4f57-88f9-f955ba21b804"], "tokenPrice"=>"1", "tokenPriceDateTime"=>"2023-07-06T12:02:00"}