Octav - API Documentation
  • Welcome
  • Getting Started
    • API Access
    • Portfolio
    • Wallet
    • Transactions
    • Synchronization
    • Status
    • credits
  • API Models
    • Portfolio
      • AssetByProtocols
      • Chains
      • ProtocolPosition
      • Asset
      • ChainSummary
      • NFTCollection
      • NFTChain
      • NFTAsset
    • Transaction
      • Asset
      • NativeAssetFees
  • Additional Informations
    • Chains supported by Octav
    • Protocol types supported by Octav
    • Transaction type
    • Data freshness
  • Changelog
Powered by GitBook
On this page
  1. API Models
  2. Portfolio

NFTAsset

NFTAsset object represent an the NFT itself

{
    "averageClosedPnl": "0",
    "balance": "1",
    "balanceClosedPnl": "0",
    "category": "ERC721",
    "chain": "ethereum",
    "chainContract": "ethereum:0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
    "contract": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
    "costBasis": "0",
    "decimal": "0",
    "name": "mbaril010.eth",
    "openPnl": "N/A",
    "price": "0",
    "tokenId": "6.3497744960286705017099019095945769897192966437114518675941725371725569413179e+76",
    "totalClosedPnl": "N/A",
    "totalCostBasis": "N/A",
    "type": "UNDEFINED",
    "value": "0"
}

NFTAsset

Field

Type

Description

averageClosedPnl

string

Average closed PNL for assets.

balance

string

Current balance held in the portfolio.

balanceClosedPnl

string

Closed PNL for the balance.

category

string

The category or type of the asset (e.g., ERC721).

chain

string

The blockchain where the asset resides (e.g., ethereum).

chainContract

string

The blockchain contract identifier.

contract

string

The contract address of the NFT.

costBasis

decimal

string

Decimal places relevant to the asset value.

name

string

The name of the asset (e.g., domain or NFT name).

openPnl

price

string

Current price value of the asset.

tokenId

string

Unique identifier for the NFT.

totalClosedPnl

totalCostBasis

type

string

Type of asset, if specified.

value

string

Current market value of the asset.


PreviousNFTChainNextTransaction

Last updated 27 days ago

N/A
N/A
N/A
N/A