patch https://app-api.sandbox.coinify.com/trades//cancel
This endpoint cancels the trade in the awaiting_transfer_in
state and returns a trade object for the cancelled trade.
Response
This endpoint cancels the trade in the awaiting_transfer_in
state and returns a trade object for the cancelled trade.
xxxxxxxxxx
curl --request PATCH \
--url https://app-api.sandbox.coinify.com/trades/id/cancel \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: