API Endpoints

Unified API's primary goal is to streamline the process of integrating blockchain functionality into applications by eliminating the need to understand and interact with each blockchain's unique interface.

📘

Remember to Create Your Project & Get Your API-KEY

[Uniblock's Dashboard](https://dashboard.uniblock.dev/dashboard/home) Endpoint Page showcasing our Endpoints

Uniblock's Dashboard Endpoint Page showcasing our Endpoints

The provided endpoints in the Unified API offer a variety of functionalities related to tokens (both fungible and non-fungible), and transactions, across multiple blockchains. The endpoints can be filtered by categories, chains and providers and they include:

Categories

Blockchain Endpoints:

These endpoints provide core blockchain functionalities. They enable users to access data directly from various blockchains, such as block details, the latest blocks mined, and blockchain statistics. Useful for developers looking to integrate blockchain data into their applications.

MarketData Endpoints:

These endpoints deliver real-time and historical market data from multiple exchanges. Access information such as cryptocurrency price quotes, market capitalization, trading volumes, and exchange rate data. Essential for financial analyses and trading strategies. Learn more about these endpoints on our MarketData page.

Scans Endpoints:

These endpoints allow for scanning blockchain networks for particular transactions, addresses, or blocks. Useful for monitoring network activity, detecting anomalies, and auditing transaction histories. Learn more about these endpoints on our Scan page.

Smart Contract Endpoints:

These endpoints facilitate the deployment, interaction, and querying of smart contracts on supported blockchains. Users can create, execute, and manage smart contracts, as well as fetch contract state and logs.

Token API Endpoints:

These endpoints provide functionalities related to fungible tokens (like ERC20). You can retrieve metadata about a token, query a specific address's balance, fetch the current market price, track token transactions, and understand allowances (how much one address is allowed to spend on behalf of another). Learn more about these endpoints on our Token page.

NFT API Endpoints:

These endpoints are related to non-fungible tokens (NFTs, like ERC721 or ERC1155). These endpoints allow you to check the NFT balance of an address, retrieve detailed information about NFTs in a collection, track NFT transactions, and fetch metadata about NFTs or NFT collections. Start fetching with our endpoints shown on our NFT page.

Transaction API Endpoints:

These endpoints focus on blockchain transactions. They enable you to retrieve a list of transactions related to a specific address and obtain detailed information about a particular transaction. Retrieve using our endpoints on the Transaction page.

Wallet Endpoints:

These endpoints assist in managing and querying cryptocurrency wallets. Features include generating new wallet addresses, retrieving wallet balances, and signing transactions. Ideal for developing secure and functional crypto wallets.

Direct API Endpoints:

Direct API is an evolution of the existing passthrough V1 endpoint offered in the Unified API, which provides a way for users to call any endpoint in a list of supported providers. This endpoint serves as a flexible solution, enabling direct interaction with third-party APIs through a single, unified interface. Learn more about these endpoints on our Direct API page.


What’s Next

You can navigate to any of our API endpoint section or check out our Token Endpoints page first!