Solana
Cancel Withdrawal Intent
Cancels a previously issued withdrawal intent by specifying its ID.
put/v1/solana/{network}/withdrawal-intents
Request body
Example request
{
"intent_id": "4ba06e89-8c29-483e-ac36-318de5aa7364"
}Response
Cancellation Successful
Example response
{
"code": 201,
"message": "Canceled"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.