CreateFiatWithdrawRequest
Description
Create pending request for withdrawing fiat currency
Parameters
apiKey - Guid
assetId - string
toAddress - string
description - string
receiverName - string
amount - string
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,
"Fee": 1,
"ReceiverIban": "GE32TB0000000000000000",
"ApprovedOn": null,
"RequestStatus": 0,
"ReceiverName": "John Smith",
"Description": "salary"
},
"ErrorCode": 0
}
Example
/api/v1/createFiatWithdrawRequest/?apiKey=61cbae36-e5da-4a37-8572-331b83b99f01&assetId=gel&description=salary&toAddress=GE32TB0000000000000000&receiverName=John+Smith&amount=5