Portfolio

Shows the last known portfolio composition of an address, including native and token holdings

RESPONSE DATA

📘

Data Freshness

This endpoint guarantees a data freshness SLA of 1 hour, ensuring data stability and accuracy. By maintaining a one-hour delay from the latest block of the respective chain, we prevent customers from encountering data that might change due to blockchain reorganizations.

📘

UTXO Addresses

The address path parameter is case sensitive for UTXO chains (e.g. Bitcoin, Litecoin, Bitcoin-Cash). address for all other chains is case insensitive.

ParameterTypeDescription
payload.metadata.apiVersionstringThe version of the API
payload.metadata.nextstringPagination
payload.data[index].addressstringThe address of the account
payload.data[index].blockchainstringThe id of the blockchain the object records correspond to
payload.data[index].networkBalancestringThe native balance of the account, normalized by the decimals of the native network token. (e.g ETH, MATIC ..)
payload.data[index].networkBalanceBlockNumberintegerThe block number corresponding to the latest known networkBalance
payload.data[index].networkBalanceRawstringThe native balance of the account (e.g wei, satoshi's..)
payload.data[index].tokens[index].addressstringThe address of the token the balance corresponds to
payload.data[index].tokens[index].balancestringThe token balance of the account, normalized by the decimals of the token
payload.data[index].tokens[index].balanceRawstringThe token balance of the account
payload.data[index].tokens[index].blockNumberintegerThe block number corresponding to the latest known balance
payload.data[index].tokens[index].decimalsintegerThe decimals of the token the balance corresponds to
payload.data[index].tokens[index].namestringThe name of the token the balance corresponds to
payload.data[index].tokens[index].symbolstringThe symbol of the token the balance corresponds to
payload.data[index].tokens[index].timestampdatetimeThe timestamp corresponding to the latest known balance


Language
Authorization
Header
Click Try It! to start a request and see the response here!