Submit withdrawal transaction

To Do: <Description of the endpoint>

POST /accounts/withdrawal/submit

<Description of the endpoint>

Headers

Name
Value

X-API-KEY

<YOUR_API_KEY>

Body

Name
Type
Description

signed_tx

string *

The signed withdrawal transaction with the client's private key

Response

{
  "tx_hash": "string",
}

Last updated