GET v2/account/withdraw/GetWithdrawalById/{withdrawId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| withdrawId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
QP_Withdraw_WebHookModel| Name | Description | Type | Additional information |
|---|---|---|---|
| webhookType | string |
None. |
|
| confirmations | string |
None. |
|
| amount | string |
None. |
|
| currency | string |
None. |
|
| chain | string |
None. |
|
| pushTime | string |
None. |
|
| status | string |
None. |
|
| toWalletAddress | string |
None. |
|
| createOn | string |
None. |
|
| txId | string |
None. |
|
| gw_id | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"webhookType": "sample string 1",
"confirmations": "sample string 2",
"amount": "sample string 3",
"currency": "sample string 4",
"chain": "sample string 5",
"pushTime": "sample string 6",
"status": "sample string 7",
"toWalletAddress": "sample string 8",
"createOn": "sample string 9",
"txId": "sample string 10",
"gw_id": "sample string 11"
}
text/xml
Sample:
<QP_Withdraw_WebHookModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Exchange.PIAV2.Models.Account.Withdraw"> <amount>sample string 3</amount> <chain>sample string 5</chain> <confirmations>sample string 2</confirmations> <createOn>sample string 9</createOn> <currency>sample string 4</currency> <gw_id>sample string 11</gw_id> <pushTime>sample string 6</pushTime> <status>sample string 7</status> <toWalletAddress>sample string 8</toWalletAddress> <txId>sample string 10</txId> <webhookType>sample string 1</webhookType> </QP_Withdraw_WebHookModel>