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": []
}

Last updated