Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt

Use this file to discover all available pages before exploring further.

Zerion — Direct API Endpoints

Zerion provides 20 unique direct API endpoints across the following categories:
  • other (20 endpoints)

Prefix and Example

Prefix: No prefix is required for Zerion, an example URL will therefore look like: https://api.uniblock.dev/direct/v1/Zerion + /[Zerion_endpoint]. Example Request:
curl --request GET \
  --url https://api.uniblock.dev/direct/v1/Zerion/v1/chains/ \
  --header 'accept: application/json' \
  --header 'x-api-key: YOUR_UNIBLOCK_API_KEY'

other

GET

PathEst. CUDescription
direct/v1/Zerion/v1/chains/{chain_id}100This endpoint returns chain by unique chain identifier.
direct/v1/Zerion/v1/dapps100This endpoint returns list of DApps by using different parameters.
direct/v1/Zerion/v1/dapps/{dapp_id}100This endpoint returns single DApp by its unique identifier.
direct/v1/Zerion/v1/fungibles/{fungible_id}100This endpoint returns a fungible asset by unique identifier
direct/v1/Zerion/v1/fungibles/{fungible_id}
/charts/{chart_period}
100This endpoint returns the chart for the fungible asset for a selected period
direct/v1/Zerion/v1/nfts/{nft_id}100This endpoint returns single NFT by its unique identifier.
direct/v1/Zerion/v1/wallets/{address}/charts
/{chart_period}
100This endpoint returns a portfolio balance chart for a wallet. This is over a specified time period, based on the provided start and end timestamps. Results can be filtered by blockchain and asset type, offering flexible and detailed visualizations of wallet performance, similar to what you see in the Zerion interface. Note: We do not support historical protocol positions data.
direct/v1/Zerion/v1/wallets/{address}
/nft-portfolio
100This endpoint returns the NFT portfolio overview of a web3 wallet.
direct/v1/Zerion/v1/wallets/{address}/pnl100This endpoint returns the Profit and Loss (PnL) details of a web3 wallet. This includes Unrealized PnL, Realized PnL, Net Invested amounts and filters for asset categories like Non Fungible Tokens (NFTs). It uses the FIFO (First In, First Out) standard for calculations, providing accurate insights into wallet performance. Ideal for tracking and analyzing financial outcomes of wallet activity.
direct/v1/Zerion/v1/wallets/{address}/portfolio100This endpoint returns the portfolio overview of a web3 wallet.
direct/v1/Zerion/v1/chains/100This endpoint returns list of all chains supported by Zerion.
direct/v1/Zerion/v1/fungibles/100This endpoint returns a paginated list of fungible assets supported by Zerion. It also provides the ability to search for fungibles. If no fungible assets are found for given filters, the empty list with 200 status is returned.
direct/v1/Zerion/v1/gas-prices/100This endpoint provides real-time information on the current gas prices across all supported blockchain networks.
direct/v1/Zerion/v1/nfts/100This endpoint returns list of NFTs by using different parameters. It returns NFTs of both types - ERC721 and ERC1155.
direct/v1/Zerion/v1/wallets/{address}
/nft-collections/
100This endpoint returns a list of the NFT collections held by a specific wallet.
direct/v1/Zerion/v1/wallets/{address}
/nft-positions/
100This endpoint returns a list of the NFT positions held by a specific wallet.
direct/v1/Zerion/v1/wallets/{address}/positions/100This endpoint returns a list of wallet positions.
direct/v1/Zerion/v1/wallets/{address}
/transactions/
100This endpoint returns a list of transactions associated with the wallet.
direct/v1/Zerion/v1/swap/fungibles/100The endpoint provides a list of fungibles available for bridge exchange. This endpoint is specifically designed for situations where the input and output chains are different.
direct/v1/Zerion/v1/swap/offers/100The endpoint offers a comprehensive overview of relevant trades and bridge exchanges.