GET v2/account/masspayout/MassiveDisburseById/{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. |
|
| senderAddress | 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",
"senderAddress": "sample string 2",
"confirmations": "sample string 3",
"amount": "sample string 4",
"currency": "sample string 5",
"chain": "sample string 6",
"pushTime": "sample string 7",
"status": "sample string 8",
"toWalletAddress": "sample string 9",
"createOn": "sample string 10",
"txId": "sample string 11",
"gw_id": "sample string 12"
}
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 4</amount> <chain>sample string 6</chain> <confirmations>sample string 3</confirmations> <createOn>sample string 10</createOn> <currency>sample string 5</currency> <gw_id>sample string 12</gw_id> <pushTime>sample string 7</pushTime> <senderAddress>sample string 2</senderAddress> <status>sample string 8</status> <toWalletAddress>sample string 9</toWalletAddress> <txId>sample string 11</txId> <webhookType>sample string 1</webhookType> </QP_Withdraw_WebHookModel>