Seipex Finance
DiscordDragonSwapAstroportOpenSeaPallet
  • Seipex Finance
  • Seipex Digital Assets
    • Seipex Credits (SPEX)
    • Founder's Pass NFT
  • Seipex VRF
    • Integration
      • VRF Consumer Interface
      • Request Randomness
      • Randomness Callback
      • Simplified Example
      • Proof Validation
      • Extended VRF Consumer Interface
      • Extended Randomness Callback
      • Verify Proof
      • Complete Example
      • Security Considerations
      • Gas Cost Considerations
  • Seipex API
    • Available Endpoints
  • Seipex Mercury
    • Available Endpoints
Powered by GitBook
On this page
  • GET /dragonswap
  • GET /dragonswap-single
  • GET /portfolio
  • GET /token-balance
  • GET /convert-address
  • GET /pointer
  • GET /tx
  • GET /block
  • GET /blockreceipts
  • GET /devnet-tx
  • GET /devnet-block
  • GET /devnet-blockreceipts
  1. Seipex API

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
PreviousSeipex APINextSeipex Mercury

Last updated 8 months ago