get_all_wallets
Retrieve a complete list of cryptocurrency wallets with their current balances and assets for portfolio management and tracking across supported blockchain networks.
Instructions
Retrieve all wallets with balances.
Returns a list of Wallets and asssets
Input Schema
Name | Required | Description | Default |
---|---|---|---|
get_all_wallets_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"get_all_wallets_requests": {
"$ref": "#/$defs/ListWalletsRequest"
}
},
"required": [
"get_all_wallets_requests"
],
"type": "object"
}