What problem does it solve? Integrating with the Pinax API requires knowing which endpoints exist, which parameters they require, and how authentication, pagination, and error handling work across EVM, SVM, and TVM networks. This Skill gives an AI agent the complete endpoint reference and usage conventions needed to build correct API requests without trial and error. ## Core Features & Use Cases - Token API Coverage: Query balances, transfers, holders, token metadata, DEX swaps, pools, OHLC data, and NFT ownership across EVM, SVM, and TVM networks. - Prediction Markets & Perps: Access Polymarket market data, user positions, and PnL, plus Hyperliquid markets, liquidations, vaults, and HIP-4 outcome markets. - Request Conventions: Built-in guidance on Bearer token authentication, pagination, batched filters, time ranges, and interval enums. - Use Case: Ask the agent to fetch a wallet's historical WETH balance on Ethereum, and it will confirm the network via /v1/networks, resolve the token contract, then call the balances and historical balances endpoints with the right parameters. ## Quick Start Ask the agent to fetch the current token balances for a wallet address on Ethereum mainnet using the Pinax API.