Withdrawals

Get a withdrawal

Retrieve a single withdrawal by its ID.

get/v1/withdrawals/{withdrawalId}

Path parameters

withdrawalIdstring uuid required

The withdrawal ID.

Response

Withdrawal found.

Example response

{
  "withdrawal": {
    "txId": "WIT1746280868443K3F9Q"
  }
}

Changes