Last updated 2 months ago
Generates a PyVis wallet relationship visualization and returns a hosted HTML visualization URL.
Ethereum wallet address for which the visualization is generated.
0xYourWalletAddressHere
POST /api/visualize HTTP/1.1 Host: api-v2.idefi.ai Authorization: Bearer UID Content-Type: application/json Accept: */* Content-Length: 44 { "wallet_address": "0xYourWalletAddressHere" }
Visualization created successfully.
{ "visualization_url": "https://idefi.ai/visualizations/0xYourWalletAddressHere_relationships.html" }