Visualizations

Generate Wallet Relationship Visualization

post

Generates a PyVis wallet relationship visualization and returns a hosted HTML visualization URL.

Authorizations
Body
wallet_addressstringRequired

Ethereum wallet address for which the visualization is generated.

Example: 0xYourWalletAddressHere
Responses
200
Visualization created successfully.
application/json
post
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_url": "https://idefi.ai/visualizations/0xYourWalletAddressHere_relationships.html"
}

Last updated