Development
Retrieve a list of assets held by a specific account address.
cURL
curl --request GET \ --url https://indexer.testnet.incentiv.net/api/account/{address}/assets
[ { "assetId": "<string>", "contract": "<string>", "subAssetId": "<string>", "name": "<string>", "symbol": "<string>", "decimals": 123, "type": "<string>", "totalSupply": "<string>", "uri": "<string>", "transferCount": 123, "totalVolume": "<string>", "volumeDaily": [ {} ], "totalHolders": 123, "holdersDaily": [ {} ], "iconUrl": "<string>", "price": 123, "isVerified": true, "isHidden": true, "isListed": true, "links": [ {} ], "tags": [ "<string>" ] } ]
Account address to retrieve assets for.
List of assets held by the account.
The response is of type object[].
object[]