Uniblock · Capability
Uniblock Blockchain Data
Unified capability for blockchain data access via Uniblock. Combines the Unified API and Direct API into a single workflow surface for Web3 developers, DeFi analysts, portfolio trackers, and NFT platforms needing multi-chain token, NFT, transaction, and market data.
What You Can Do
GET
Get token metadata
— Get token name, symbol, decimals, and contract details
/v1/tokens/metadata
GET
Get token balances
— Get all token balances for a wallet address
/v1/tokens/balances
GET
Get market price
— Get current market price for a token
/v1/tokens/price
GET
Get nft balances
— Get all NFTs held by a wallet address
/v1/nfts
GET
Get nft metadata
— Get metadata for a specific NFT
/v1/nfts/metadata
GET
Get transactions
— Get transaction history for a wallet
/v1/transactions
MCP Tools
get-token-metadata
Look up token metadata (name, symbol, decimals, contract) on any supported blockchain
read-only
get-token-balances
Get all token balances for a wallet address across a blockchain network
read-only
get-token-price
Get current market price for a token by contract address
read-only
get-nft-holdings
Get all NFTs held by a wallet address on a blockchain network
read-only
get-nft-metadata
Get metadata for a specific NFT including image, attributes, and collection details
read-only
get-transaction-history
Get transaction history for a wallet address
read-only
APIs Used
uniblock-unified