LogoLogo
  • Introduction
    • Introduction
  • Membership
    • Sign in to EigenAPI
    • API Key Management
  • API Document
    • 🆓EigenAPI Status
      • 🟢Endpoint Status
      • 🟢Latest Block
    • ⭐Transaction Data
      • 🟢Query Transaction Data
      • 🟢Subscribe to Livestream
    • ⭐Statistics Data
      • 🟢Pools and Tokens
      • 🔴Market Data
      • 🔴MEV Bots
    • 🆓Alert Events
    • 🆓EigenTx API
    • 🔨EigenPhi Builder API
    • 📝About Demo
  • Contact
    • EigenPhi Twitter
    • EigenPhi.io
Powered by GitBook
On this page
  1. API Document

EigenTx API

This is Free Service!

The EigenTx API community version provides the service for user to obtain the Token Flow Chartof a single transaction.

The following URL can be utilized to embed an SVG image in any location based on specific needs of user:

https://tx.eigenphi.io/analyseTransaction.svg?chain=ALL&tx=<TX-HASH>&rankdir=<LAYOUT>

We currently support the following chains:

  • Ethereum

  • BSC

  • Polygon

  • Avalanche

  • Fantom

  • Optimism

  • Arbitrum

  • Cronos

The <LAYOUT> param should be one of LR, RL, TB, BT.

For example:

https://tx.eigenphi.io/analyseTransaction.svg?chain=ALL&tx=0x3819006c5f040889cf40cec0327a3b711eca9e8667241b0e598967df1a765c9f&rankdir=LR

PreviousAlert EventsNextEigenPhi Builder API

Last updated 2 years ago

🆓