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
    • AI agents / LLMS
  • Changelog
Powered by GitBook
On this page
  • API Response Details
  • Response Structure
  1. API Models

Portfolio

API Response Details

Response Structure

Portfolio

Key
Type
Description

address

string

Wallet address.

cashBalance

string

Current cash balance in the wallet.

closedPnl

Not available yet

dailyIncome

string

Daily income amount.

dailyExpense

string

Daily expense amount.

fees

string

Total fees incurred.

feesFiat

string

Fees in fiat currency.

lastUpdated

string (timestamp)

Last updated time in milliseconds since epoch.

openPnl

Not available yet

networth

string

Total net worth of the wallet.

totalCostBasis

Not available yet

assetByProtocols

chains

nftsChains

nftsByCollection

PreviouscreditsNextAssetByProtocols

Last updated 2 months ago

Record<string, >

Details of assets categorized by protocols. The string key on the Record is the uniq key of the protocol See

Record<string, >

Aggregated chain-level details of Assets / Protocols. The string key on the Record is the uniq key of the chain See

Record<string, >

Aggregated chain-level details of NFTs. The string key on the Record is the uniq key of the chain See

Record<string, >

Details of nfts categorized by collections. The string key on the Record is the uniq contract address of the collection See

N/A
N/A
N/A
AssetByProtocols
ChainSummary
ChainSummary
NFTCollection
Portfolio
Portfolio
Portfolio
Portfolio