Available Endpoints
Retrieves data about Astroport liquidity pools on the Sei network.
GET /dragonswap
/dragonswap
Retrieves data about DragonSwap liquidity pools.
GET /dragonswap-single
/dragonswap-single
Fetches data for a single DragonSwap liquidity pool.
Query Parameters:
address
: The EVM token address of the pool to query.
GET /portfolio
/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.
GET /token-balance
/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.
GET /convert-address
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.
GET /pointer
/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.
GET /tx
/tx
Retrieves transaction receipt for a given transaction hash on the Sei mainnet.
Query Parameters:
hash
: The transaction hash to query.
GET /block
/block
Fetches block data and transactions for a given block hash on the Sei mainnet.
Query Parameters:
hash
: The block hash to query.
GET /blockreceipts
/blockreceipts
Retrieves transaction receipts for all transactions in a block on the Sei mainnet.
Query Parameters:
hash
: The block hash to query.
GET /devnet-tx
/devnet-tx
Retrieves transaction receipt for a given transaction hash on the Sei devnet.
Query Parameters:
hash
: The transaction hash to query.
GET /devnet-block
/devnet-block
Fetches block data and transactions for a given block hash on the Sei devnet.
Query Parameters:
hash
: The block hash to query.
GET /devnet-blockreceipts
/devnet-blockreceipts
Retrieves transaction receipts for all transactions in a block on the Sei devnet.
Query Parameters:
hash
: The block hash to query.
Last updated