Portfolio
API Response Details
Response Structure
Portfolio
address
string
Wallet address.
cashBalance
string
Current cash balance in the wallet.
closedPnl
N/A
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
N/A
Not available yet
networth
string
Total net worth of the wallet.
totalCostBasis
N/A
Not available yet
assetByProtocols
Record<string,
AssetByProtocols>
Details of assets categorized by protocols. The string key on the Record is the uniq key of the protocol See Portfolio
chains
Record<string,
ChainSummary>
Aggregated chain-level details of Assets / Protocols. The string key on the Record is the uniq key of the chain See Portfolio
nftsChains
Record<string,
ChainSummary>
Aggregated chain-level details of NFTs. The string key on the Record is the uniq key of the chain See Portfolio
nftsByCollection
Record<string,
NFTCollection>
Details of nfts categorized by collections. The string key on the Record is the uniq contract address of the collection See Portfolio
Last updated