👋
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 NFT

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

Headers

Name
Type
Description

x-api-key*

String

x-api-secret

String

Request Body

Name
Type
Description

chain*

String

Polygon

address*

String

0x25*********

token*

String

10268727640736********

amount*

String

1

{
    "apiVersion": "1.0",
    "success": true,
    "message": "withdraw successfully created.",
    "data": []
}
PreviousGet Wallet NFTNextWebhook Notification

Last updated 2 years ago