NFTChain

NFTChain is a record of key / chain, ex :

{
  "chains": {
    "ethereum": {
      "name": "Ethereum",
      "key": "ethereum",
      "value": "0",
      "totalCostBasis": "0",
      "totalClosedPnl": "0",
      "totalOpenPnl": "0",
      "assets": [
        {
          "averageClosedPnl": "0",
          "balance": "1",
          "balanceClosedPnl": "0",
          "category": "ERC721",
          "chain": "ethereum",
          "chainContract": "ethereum:0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
          "contract": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
          "costBasis": "0",
          "decimal": "0",
          "name": "mbaril010.eth",
          "openPnl": "0",
          "price": "0",
          "tokenId": "6.3497744960286705017099019095945769897192966437114518675941725371725569413179e+76",
          "totalClosedPnl": "0",
          "totalCostBasis": "0",
          "type": "UNDEFINED",
          "value": "0"
        }
      ]
    }
  }
}

NFTCollection

Field

Type

Description

name

string

The name of the chain.

key

string

The unique key for the chain.

value

string

Total value held on the chain.

totalCostBasis

string

Total cost basis of the collection

totalClosedPnl

string

Total closed pnl of the collection

totalOpenPnl

string

Total Open pnl of the collection

assets

Array of NFTs held


Last updated