Get suggestions
Retrieve metric recommendations based on a specified wallet address
Description
This endpoint facilitates obtaining metric suggestions for a list of wallet addresses. Leveraging the Debank API, it retrieves asset holdings and positions for the aggregations of the address list, generating metric recommendations for all supported assets within the list. Users have the option to filter out minor positions, focusing solely on suggestions for the most significant assets.
Endpoint
GET https://sentry.aleno.ai/suggestions
Query parameters
Payload
No payload.
CURL example
Result
Returns a list of Metric objects representing suggested metrics for the aggregated address list.
It also returns a list of Assets
as :
and a list of Positions
for the aggregated wallet as :
Last updated