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

GET https://fairmarketcoin.com/api/v1/wallets/lists/NFT

Headers

Name
Type
Description

x-api-key*

String

x-api-secret*

String

{
    "apiVersion": "1.0",
    "success": true,
    "message": "Successfully getting Lists NFT.",
    "data": [
        {
            "chain": "POLYGON",
            "token": "102687276407364379595221106983523173967243048021763542201728652363710454562916",
            "amount": "5",
            "image": "https://lh3.googleusercontent.com/Qo2B92rR-DGmgmnQDn_JN2torQa4gJjsCrBPcGmIS_V7pHYvrNzYcwDAuecu2fyl-8HexTdFQwM75eq1RhmkCT1ANp1xTgqlu3oPqQ",
            "name": "test0",
            "description": null,
            "details": null
        },
        {
            "chain": "POLYGON",
            "token": "102687276407364379595221106983523173967243048021763542201728652365909477819368",
            "amount": "7",
            "image": "https://i.seadn.io/gae/ty_Hus6rH66bKF6DSYGXE6cE_AJj8xarqxFBvCKIRrGOokjiviYO-cMGd9S0QhRvAfA3gHbXdTJo-ARwJX7ahdRRpgJ3l3cu_VUCXvA?w=500&auto=format",
            "name": "test1",
            "description": "that image is created",
            "details": "[{\"trait_type\":\"create\",\"value\":\"AI\",\"display_type\":null,\"max_value\":null,\"trait_count\":0,\"order\":null},{\"trait_type\":\"speed\",\"value\":\"3\",\"display_type\":null,\"max_value\":5,\"trait_count\":0,\"order\":null}]"
        }
    ]
}
PreviousGet Withdrawal DetailNextCreate Withdrawal NFT

Last updated 2 years ago