Hyperliquid perpetual exchange data endpoints, plus API documentation and monitoring.
    Read-only preview
    You're browsing the public OpenAPI spec. Sign in to send live requests with your team's API key.
    Sign in

    Quickstart

    Preview Hyperliquid fills through the market activity feed. Start with BTC fills, then swap in any supported coin, DEX, or user address from the endpoint catalog below.

    Website
    No API key on this team yet — sample shows <YOUR_JWT> placeholder.
    cURL
    1curl 'https://token-api.service.pinax.network/v1/hyperliquid/markets/activity?coin=BTC&limit=10&page=1' \
    2 -H 'Authorization: Bearer <YOUR_JWT>' \
    3 -H 'Accept: application/json'
    Documentation

    Agent Skills Reference

    FREE
    Returns the public Markdown reference for AI agents integrating with Token API.
    GET
    https://token-api.service.pinax.network/SKILLS.md

    Response

    200 OK
    `
    ---
    name: Token API
    description: Real-time token, balance, transfer, holder, DEX, NFT, and Polymarket data across EVM, SVM, and TVM networks.
    ---
    
    # Token API
    
    > Quick reference for AI agents using Token API. The authoritative machine-readable contract is `GET /openapi`.
    
    ...
    `