Address Counterparties
Get counterparties and their interaction statistics for any address or entity.
Common Scenarios
Usecase
Required Parameters
Expected Output
Authorizations
apiKeystringRequired
API key for authentication
Body
addressany ofOptionalExample:
Address to get counterparties for
0x28c6c06298d514db089934071355e5743bf21d60stringOptional
entity_nameany ofOptionalExample:
Entity name to get counterparties for
Vitalik ButerinstringOptional
chainstring Β· enumRequiredExample:
Blockchain chain for the counterparties data
ethereumPossible values: source_inputstring Β· enumOptionalDefault:
Type of interactions to include
CombinedPossible values: group_bystring Β· enumOptionalDefault:
Group counterparties by wallet or entity
walletPossible values: filtersany ofOptionalExample:
Additional filters to apply. Only filters for columns that are being selected will be applied.
{"include_smart_money_labels":["Exchange"],"interaction_count":{"min":5},"total_volume_usd":{"min":1000}}order_byany ofOptional
Custom sort order to override the endpoint's default ordering.
Examples:
- [{"field": "total_volume_usd", "direction": "DESC"}] - Sort by total volume descending
- [{"field": "interaction_count", "direction": "ASC"}] - Sort by interaction count ascending
- [{"field": "last_interaction_date", "direction": "DESC"}] - Sort by last interaction date descending
- [{"field": "volume_in_usd", "direction": "DESC"}] - Sort by incoming volume descending
Responses
200
Address counterparties data
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
post
/api/v1/profiler/address/counterpartiesLast updated
Was this helpful?