Get Withdrawal Detail
Getting withdrawal detail after withdrawal created
Get withdrawal detail
GET https://fairmarketcoin.com/api/v1/withdraw/detail
Path Parameters
Name
Type
Description
txId**
String
Headers
Name
Type
Description
X-API-SECRET**
String
X-API-KEY**
String
{
"apiVersion": "1.0",
"success": true,
"message": "Successfully getting withdraw transaction",
"data": {
"transaction": {
"uuid": "f43aa362-4bf0-4eb7-8b51-dce6eeff1369",
"address": "0xF6DF2Df3e73c8E00a62Fbf359e817751219F6E9D",
"tag": null,
"amount": "0.100000000000000000",
"network_ref": null,
"symbol": "ETH",
"network_symbol": "ETH",
"is_success": false
}
}
}Last updated