Asset
ProtocolPositions is a record of key / Protocol, ex :
Asset
balance
string
Asset balance.
chainContract
string
Contract address on the chain.
chainKey
string
Chain identifier.
contract
string
Contract address of the asset.
decimal
string
Decimal precision of the asset.
name
string
Name of the asset.
openPnl
string
Open profit and loss for the asset.
price
string
Current price of the asset.
symbol
string
Symbol of the asset.
totalCostBasis
string
Total cost basis of the asset.
value
string
Current value of the asset.
imgSmall
string
Url of the protocol image (small)
includeImages
param must be set to true
imgLarge
string
Url of the protocol image (large)
includeImages
param must be set to true
explorerUrl
string
Explorer link
includeExplorerUrls
param must be set to true
Last updated