Last updated 13 days ago
Submit withdrawal transaction
API Key
curl -L \ --request POST \ --url '/accounts/withdrawal/submit' \ --header 'Content-Type: application/json' \ --data '{ "signed_tx": "text" }'
{ "tx_hash": "text" }