>developer_tools

hyperfolio_API

Build powerful applications on HyperEVM with our comprehensive REST API. Access wallet data, token information, NFT collections, and DeFi positions.

# API key required - get one instantly from /billing

> billing--pricing

Solo Dev

For individual developers shipping personal tools. Great for MVPs and low-traffic apps that need full API access at a lower cost.

$9/month
  • 1,000 API calls/day
  • 3 requests/second rate limit
  • Full access to all DeFi protocols
  • Wallet composition
  • Portfolio tracking
subscribe --solo

Starter

For builders getting started. Great for prototypes and early production usage with reliable baseline limits.

$29/month
  • 5,000 API calls/day
  • 5 requests/second rate limit
  • Everything in Solo
subscribe --starter

Growth

Most popular

For growing projects and applications. Ideal for production apps with moderate usage and needs higher throughput.

$99/month
  • 25,000 API calls/day
  • 10 requests/second rate limit
  • Everything in Starter
subscribe --growth

Scale

For scaling applications and businesses. Perfect for high-traffic production environments and enterprise integration.

$299/month
  • 75,000 API calls/day
  • 20 requests/second rate limit
  • Everything in Growth
  • Priority support
subscribe --scale

Need to rotate key or manage existing subscription? Go to /billing.

> api--endpoints

--wallet

Wallet Data

Get complete portfolio data for any HyperEVM wallet address including token balances with USD valuations.

--tokens

Token Information

Access real-time token prices, metadata, and market data for all HyperEVM tokens including HYPE.

--defi

DeFi Positions

Query lending, staking, and liquidity positions across Hypercore ecosystem protocols.

--history

Transaction History

Retrieve complete transaction history with decoded data for any wallet address.

>quick_start

example --request
# Get wallet portfolio data
curl -H "x-api-key: YOUR_API_KEY" \
  https://api.hyperfolio.xyz/v1/wallet/{address}

# Response includes:
# - Token balances with USD values
# - NFT holdings
# - DeFi positions
# - Transaction history