GetCryptoWithdrawDetails

Description

Get crypto withdraw details

Parameters

apiKey - Guid

transactionGuid - Guid

Response

{

"Message": "Success",

"Data": {

"RequestGuid": "c4252276-cad3-4e42-b1a1-24fd666d1420",

"AssetId": "btc",

"CreateDate": "/Date(1594888098960)/",

"CreateDateUnixTime": 1615275648607,

"Amount": 0.00500000,

"Fee": 0,

"Description": "salary",

"SenderCustomerGuid": "ba987447-463e-498a-abd8-5ecd37427k47",

"ReceiverAddress": "15EjRrdvQk3R36S7897rD54dsr6Hwk7JE2",

"TransactionHash": null,

"TransactionHex": null,

"RequestStatus": 2,

"Comment": null

},

"ErrorCode": 0

}

Example

/api/v1/getCryptoWithdrawDetails/?apiKey=61cbae36-e5da-4a37-8572-331b83b99f01&transactionGuid=c4252276-cad3-4e42-b1a1-24fd666d1420