Profiler
Last updated
Was this helpful?
Last updated
Was this helpful?
Token balances for a given set of addresses. For each token balance, it provides details like which chain the token is on, the current price in USD, the token balance value in USD and the token's logo URL.
| Parameter | Type | Description | | ---------------- | ------ | ------------------------------------------ | | wallet_addresses | String | Comma separated list of addresses. | | chain | String | 'all' for all chain, otherwise chain name. |
Historical native coin & token balances of specific group of addresses. For each date within a defined timeframe, it ranks tokens by their approximate USD balance, consolidating those not in the top 10 or below a 2% total daily balance threshold into an 'Other' category. It also offers functionality to exclude tokens labeled as suspicious. The final view provides a daily breakdown of top tokens, aiding in understanding the historical distribution and significance of token balances by their USD value.
This model provides information about related wallets of an input address. The relation can be any of 'First Funder', 'Signer', 'Previous Signer', 'Multisig Signer of', 'Previous Multisig Signer of', 'Deployed via', 'Deployed by', 'Deployed Contract', 'Created Contract', 'Created by'.
Questions you can answer using this model are:
What addresses are related to a specific address?
In which way is an address related to other addresses?
Did the specified address deploy any contracts?
Where did the specified address get its first funds from?
wallet_addresses
Array(String)
Hexadecimal representation of an address.
In this model, we are listing the addresses or entities which have the most common interactions with the input addresses. The model is able to show volume in, volume out and number of transactions in and out for tokens, eth and combined.
| Parameter | Type | Description | | ---------------- | ------ | ----------------------------------------- | | wallet_addresses | String | Comma separated list of addresses. | | source_value | Enum | ETH/Tokens/Combined | | date_from | String | Date range start input, format YYYY-MM-DD | | date_to | String | Date range end input, format YYYY-MM-DD | | group_by | String | 'wallet' or 'entity |
This question calculates, for each token traded by the input address, stats related to amounts sold and bought, realised and unrealised pnl and roi, cost basis and avg sell price. Questions you can answer using this model are:
What is the realised and unrealised profits for each token traded by the input address? 2. What is the cost basis and average sale price of each token traded by the input address? 3. How many of a specific token was bought by the input address in the last 90 days, 1 year or all time?
| Parameter | Type | Description | | -------------- | --------------- | ------------------------------------------ | | wallet_address | FixedString(42) | hexadecimal addresse of wallet to profile. | | token_address | FixedString(42) | (optional) hexadecimal addresse of token. | | date_from | String | Date range start input, format YYYY-MM-DD | | date_to | String | Date range end input, format YYYY-MM-DD |
This table contains aggregate stats of overall realised pnl for the input wallet. It also lists the top 5 tokens by realised profit. Questions you can answer using this model are:
What are the top profitable tokens for the input address? 2. What is the realised profit and roi over all tokens traded by the input address? 3. What is the winrate for the input address?
| Parameter | Type | Description | | -------------- | --------------- | ------------------------------------------ | | wallet_address | FixedString(42) | hexadecimal addresse of wallet to profile. | | date_from | String | Date range start input, format YYYY-MM-DD | | date_to | String | Date range end input, format YYYY-MM-DD |