👋
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

Create Withdrawal

Create withdrawal to destination address

Create withdrawal

POST https://fairmarketcoin.com/api/v1/withdraw

Headers

Name
Type
Description

X-API-SECRET**

String

X-API-KEY**

String

Request Body

Name
Type
Description

symbol**

String

e.g. WIS,ETH

network_symbol**

String

e.g. WIS_ERC20,WIS_TRC20

amount_type**

String

must be in (fiat, crypto)

amount**

String

tag

String

required for Xrp only

address**

String

{
    "apiVersion": "1.0",
    "success": true,
    "message": "withdraw successfully created.",
    "data": {
        "uuid": "f43aa362-4bf0-4eb7-8b51-dce6eeff1369",
        "to": "0xF6DF2Df3e73c8E00a62Fbf359e817751219F6E9D",
        "tag": null,
        "symbol": "ETH",
        "amount_crypto": "0.1",
        "amount_fiat": "13673.52",
        "estimate_time": 60
    }
}

You can use uuid of response from above api endpoint to get withdrawal detail

PreviousGet Available CurrencyNextGet Withdrawal Detail

Last updated 2 years ago