Asset
ProtocolPositions is a record of key / Protocol, ex :
Asset
Key
Type
Description
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
price
string
Current price of the asset.
symbol
string
Symbol of the asset.
totalCostBasis
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