Available Endpoints

Retrieves data about Astroport liquidity pools on the Sei network.

https://v2.seipex.fi/astroport

GET /dragonswap

Retrieves data about DragonSwap liquidity pools.

https://v2.seipex.fi/dragonswap

GET /dragonswap-single

Fetches data for a single DragonSwap liquidity pool.

  • Query Parameters:

    • address: The EVM token address of the pool to query.

https://v2.seipex.fi/dragonswap-single?address=0x

GET /portfolio

Fetches the token portfolio for a given wallet address.

  • Query Parameters:

    • wallet: The EVM wallet address to fetch the portfolio for. Uses DragonSwap for all estimated values.

https://v2.seipex.fi/portfolio?wallet=0x

GET /token-balance

Retrieves the balance of a specific token for a given wallet address.

  • Query Parameters:

    • tokenAddress: The EVM address of the token.

    • walletAddress: The wallet address to check the balance.

https://v2.seipex.fi/token-balance?tokenAddress=0x&walletAddress=0x

GET /convert-address

Converts between associated Cosmos and EVM addresses on the Sei network.

  • Query Parameters:

    • address: The address to convert. Accepts a Sei Cosmos address or Sei EVM address.

https://v2.seipex.fi/convert-address?address=0x/sei1

GET /pointer

Queries the PointerView API to find the canonical EVM pointer address for a Sei Cosmos contract.

  • Query Parameters:

    • address: The Sei contract address to query.

https://v2.seipex.fi/pointer?address=sei1

GET /tx

Retrieves transaction receipt for a given transaction hash on the Sei mainnet.

  • Query Parameters:

    • hash: The transaction hash to query.

https://v2.seipex.fi/tx?hash=0x

GET /block

Fetches block data and transactions for a given block hash on the Sei mainnet.

  • Query Parameters:

    • hash: The block hash to query.

https://v2.seipex.fi/block?hash=0x

GET /blockreceipts

Retrieves transaction receipts for all transactions in a block on the Sei mainnet.

  • Query Parameters:

    • hash: The block hash to query.

https://v2.seipex.fi/blockreceipts?hash=0x

GET /devnet-tx

Retrieves transaction receipt for a given transaction hash on the Sei devnet.

  • Query Parameters:

    • hash: The transaction hash to query.

https://v2.seipex.fi/devnet-tx?hash=0x

GET /devnet-block

Fetches block data and transactions for a given block hash on the Sei devnet.

  • Query Parameters:

    • hash: The block hash to query.

https://v2.seipex.fi/devnet-block?hash=0x

GET /devnet-blockreceipts

Retrieves transaction receipts for all transactions in a block on the Sei devnet.

  • Query Parameters:

    • hash: The block hash to query.

https://v2.seipex.fi/devnet-blockreceipts?hash=0x

Last updated