NFT API

Servers

Endpoints

/search

GET: Find NFT

Parameters:
Responses:

/market

GET: Collections on market

Parameters:
Responses:

Schemas

NFTresult

MARKETresult

NFTobject

MARKETobject


Example Response Objects:

NFT Search Response Example (NFTresult)

{
  "total": 18,
  "result": [
    {
      "tid": 977,
      "cid": 2,
      "tname": "Meme NFT Card",
      "cname": "Simple Collections",
      "cdesc": "Descr Collections",
      "cowner": "testtestte44",
      "towner": "testtestte44",
      "tcreator": "testtestte44",
      "tcreatorfee": 0,
      "turl": "https://your-meme.com",
      "asset_id": 1021,
      "base64": "iVBORw0KGgoAAAANSUhEUgAAA9QAAAN",
      "sell": 0,
      "price": "1.0000 GFT",
      "order_id": 23,
      "token": "eosio.token",
      "tstake": 0,
      "tfreezetime": 0,
      "tlifetime": 0,
      "idata": "{}",
      "mdata": "{}",
      "last_update": 1694877432
    }
  ]
}

NFT Market Collections Example (MARKETresult)

{
  "total": 18,
  "result": [
    {
      "cid": 2,
      "anybody": 0,
      "cname": "Test colletion",
      "cocdescwner": "testtestte44",
      "cdesc": "testtestte44",
      "last_update": 1694877432
    }
  ]
}

NFT API

- **Production:** `https://history.globalforce.io/api/nft` - **Development:** `https://dev-history.globalforce.io/api/nft` - **Tags:** NFT search - **Summary:**

Loading...