Counterparty Risk Guide
Monitor who your protocol or wallet interacts with most often.
Workflow
- Pull token counterparties
- Pull address counterparties for the most important wallets
- Cross-reference against known risky addresses
- Keep the result in a monitoring loop
import { E3D } from 'e3d-sdk';
const e3d = new E3D({ baseUrl: 'https://e3d.ai/apitest' });
const counterparties = await e3d.tokenIntelligence.getTokenCounterparties({
token: '0x6488861b401F427D13B6619C77C297366bCf6386',
limit: 10,
});
console.log(counterparties);What to look for
- repeated bridge usage
- CEX deposit clusters
- sudden concentration in a single counterparty
- coordinated wallet groups