Covalent · Example Payload

Covalent Hyperliquid Info Example

BlockchainWeb3Multi-ChainData InfrastructureCryptoDeFiNFTHyperliquidGoldRushAI Agents

Covalent Hyperliquid Info Example is an example object payload from Covalent, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://hypercore.goldrushdata.com/info",
    "headers": {
      "Authorization": "Bearer cqt_xxxxxxxxxxxxxxxxxxxx",
      "Content-Type": "application/json"
    },
    "body": {
      "type": "clearinghouseState",
      "user": "0xfC43f5F9dd45258b3AFf31Bdbe6561D97e8B71de"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "marginSummary": {
        "accountValue": "1532.41",
        "totalNtlPos": "1000.00",
        "totalRawUsd": "1532.41",
        "totalMarginUsed": "120.00"
      },
      "crossMarginSummary": {
        "accountValue": "1532.41",
        "totalMarginUsed": "120.00"
      },
      "assetPositions": [
        {
          "type": "oneWay",
          "position": {
            "coin": "BTC",
            "szi": "0.05",
            "entryPx": "65000.0",
            "positionValue": "3325.00",
            "unrealizedPnl": "75.00",
            "returnOnEquity": "0.0489",
            "leverage": { "type": "cross", "value": 20 }
          }
        }
      ],
      "time": 1716651200000
    }
  }
}