>developer_tools
hyperfolio_API
Build powerful applications on HyperEVM with our comprehensive REST API. Access wallet data, token information, NFT collections, and DeFi positions.
>
--view-docs
# API key required — contact @stableAPY on X for access
> 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