Defined.fi - Uniblock

Defined, API Access Simplified

Access Defined via Uniblock’s unified blockchain API. Simplify integration with token, transaction, and NFT data across chains.


DEFINED INCLUDED IN UNIFIED ENDPOINTS

API Endpoints

  1. GET token/price - Retrieve token price data
  2. GET token/metadata - Get token metadata
  3. GET transaction/details - Fetch transaction details
  4. GET nft/collection - Get NFT collection metadata
  5. GET nft/item - Retrieve specific NFT metadata
  6. GET market/trends - View trending tokens and collections

USE CASES


TURN INTEGRATIONS INTO YOUR WEB3 EDGE

Boost sales, reduce code, and eliminate headaches with Uniblock's seamless Defined integration.

Focus on your core product

Stop diverting your engineers to yet another integration and let them get back to work.

Give customer success a break

Manage your simplified integration issues in a single pane. No therapist required.

Stop Losing Sales to Integration Delays

Launch Web3 integrations in days, not quarters. Your sales team will thank you.


DEFINED API EXAMPLE

INPUT

const options = {method: 'GET', headers: {accept: 'application/json'}};
fetch('https://api.uniblock.dev/uni/v1/token/price?chainId=1&tokenAddress=0x123...', options)
  .then(r => r.json())
  .then(console.log)
  .catch(console.error);

OUTPUT

{"price":"245.67","volume24h":"450000"}

About Defined

Defined is a blockchain data provider offering token, transaction, and NFT analytics APIs across major chains, enabling developers to build dashboards and DeFi applications.