👋
Wisdom
  • Core Resources
    • Create Address
    • Update Address
    • Get Currency Rate
    • Get Wallet
    • Get Webhook Event
    • Get Available Currency
    • Create Withdrawal
    • Get Withdrawal Detail
    • Get Wallet NFT
    • Create Withdrawal NFT
  • Webhook Notification
  • Classepay
    • Core Resources
      • Verify By Username In Classe
      • Create Withdrawal Classepay
Powered by GitBook
On this page
  1. Core Resources

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
        }
    }
}
PreviousCreate WithdrawalNextGet Wallet NFT

Last updated 3 years ago