curl --request GET \
--url https://api.dfns.io/wallets/{walletId}/assets \
--header 'Authorization: Bearer <token>'{
"walletId": "<string>",
"network": "Algorand",
"assets": [
{
"kind": "Native",
"decimals": 123,
"balance": "<string>",
"symbol": "<string>",
"verified": true,
"quotes": {
"USD": 123
}
}
],
"netWorth": {
"USD": 123
}
}Retrieves a list of assets owned by the specified wallet. Return values vary by chain as shown below.
curl --request GET \
--url https://api.dfns.io/wallets/{walletId}/assets \
--header 'Authorization: Bearer <token>'{
"walletId": "<string>",
"network": "Algorand",
"assets": [
{
"kind": "Native",
"decimals": 123,
"balance": "<string>",
"symbol": "<string>",
"verified": true,
"quotes": {
"USD": 123
}
}
],
"netWorth": {
"USD": 123
}
}CustomerEmployee)EndUser)Wallets:Read: Always required.Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
1true Success
Algorand, AlgorandTestnet, Aptos, AptosTestnet, ArbitrumOne, ArbitrumSepolia, ArcTestnet, AvalancheC, AvalancheCFuji, BabylonGenesis, BabylonTestnet5, Base, BaseSepolia, Berachain, BerachainBepolia, Bitcoin, BitcoinSignet, BitcoinTestnet3, BitcoinCash, Bob, BobSepolia, Bsc, BscTestnet, Canton, CantonTestnet, Cardano, CardanoPreprod, Concordium, ConcordiumTestnet, Celo, CeloAlfajores, Codex, CodexSepolia, CosmosHub4, CosmosIcsTestnet, Dogecoin, DogecoinTestnet, Ethereum, EthereumClassic, EthereumClassicMordor, EthereumSepolia, EthereumHolesky, EthereumHoodi, FantomOpera, FantomTestnet, FlareC, FlareCCoston2, FlowEvm, FlowEvmTestnet, Hedera, HederaTestnet, Ink, InkSepolia, InternetComputer, Ion, IonTestnet, Iota, IotaTestnet, Kaspa, Kusama, KusamaAssetHub, Litecoin, LitecoinTestnet, Near, NearTestnet, Optimism, OptimismSepolia, Origyn, Plasma, PlasmaTestnet, Plume, PlumeSepolia, Paseo, PaseoAssetHub, Polkadot, PolkadotAssetHub, Polygon, PolygonAmoy, Polymesh, PolymeshTestnet, Race, RaceSepolia, SeiAtlantic2, SeiPacific1, Solana, SolanaDevnet, Starknet, StarknetSepolia, Stellar, StellarTestnet, Sui, SuiTestnet, Tezos, TezosGhostnet, Tempo, TempoModerato, Tsc, TscTestnet1, Ton, TonTestnet, Tron, TronNile, Westend, WestendAssetHub, XrpLedger, XrpLedgerTestnet Show child attributes
Show child attributes
Was this page helpful?