GetFiatWithdrawRequest
Description
Description
Get existing pending request for withdrawing fiat currency
Parameters
Parameters
apiKey - Guid
requestGuid - Guid
Response
Response
{
"Message": "Success",
"Data": {
"RequestId": 0000,
"RequestGuid": "313105ad-f7a6-4720-9e72-77ee2d18c957",
"AssetId": "gel",
"InsertDate": "2021-02-17T14:32:01.6721902+04:00",
"Amount": 5.00000000,
"Fee": 1.00,
"ReceiverIban": "GE32TB0000000000000000",
"ApprovedOn": null,
"RequestStatus": 0,
"ReceiverName": "John Smith",
"Description": "Salary"
},
"ErrorCode": 0
}
Example
Example
/api/v1/getFiatWithdrawRequest/?apiKey=61cbae36-e5da-4a37-8572 331b83b99f01&requestGuid=313105ad-f7a6-4720-9e72-77ee2d18c957