Last updated 29 days ago
Generates a PyVis wallet relationship visualization and returns a hosted HTML visualization URL.
/api/visualize
Ethereum wallet address for which the visualization is generated.
0xYourWalletAddressHere
curl -L \ --request POST \ --url 'https://api-v2.idefi.ai/api/visualize' \ --header 'Authorization: Bearer UID' \ --header 'Content-Type: application/json' \ --data '{ "wallet_address": "0xYourWalletAddressHere" }'
{ "visualization_url": "https://idefi.ai/visualizations/0xYourWalletAddressHere_relationships.html" }