GetWithdrawRequest

Description

Get existing pending request for withdrawing crypto currency

Parameters

apiKey - Guid

RequestGuid- string

Response

{

"Message": "OK",

"Data": {

"RequestGuid": "0798D05D-0DB3-4355-BFBF-25D8243E0426",

"ToAddress": "ltc1q3qkpj5s4ru3cx9t7dt27pdfmz5aqy3wplamkns",

"Amount": 0.50000000,

"Fee": 0.00050000,

"AssetId": "trx",

"AssetSymbol": "TRX"

},

"ErrorCode": 0

}

Example

/api/v1/getWithdrawRequest/?apiKey= 0798D05D-0DB3-4355-BFBF-25D8243E0426&RequestGuid=0798D05D-0DB3-4355-BFBF-25D8243E0426

Possible Errors

Code: 184

Definition: Invalid Api Key


Code: 194

Definition: Invalid Request GUID