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
- GET token/price - Retrieve token price data
- GET token/metadata - Get token metadata
- GET transaction/details - Fetch transaction details
- GET nft/collection - Get NFT collection metadata
- GET nft/item - Retrieve specific NFT metadata
- GET market/trends - View trending tokens and collections
USE CASES
- DEFI-PLATFORMS
- NFT-MARKETPLACE
- PORTFOLIO-DASHBOARDS
- AIRDROP-CAMPAIGNS
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.