From a87a89f7f8588a645c3a208171c15fd911e60fd2 Mon Sep 17 00:00:00 2001 From: 0xFantomMenace <93462858+0xFantomMenace@users.noreply.github.com> Date: Tue, 30 Jun 2026 00:04:11 +0000 Subject: [PATCH] docs: add PyPI + license badges Two README badges (PyPI version + MIT) for at-a-glance package status. Mirrors the convention used by the other published 0xArchive SDKs. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ea2111f..728726f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # oxarchive +[![PyPI version](https://img.shields.io/pypi/v/oxarchive.svg)](https://pypi.org/project/oxarchive/) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) + Python client for 0xArchive market data in notebooks, research scripts, and data pipelines. 0xArchive is granular market data infrastructure for Hyperliquid and Lighter.xyz. Hyperliquid includes core perps, HIP-3 builder perps, HIP-4 outcome markets, and Hyperliquid Spot. HIP-3, HIP-4, and Spot live under the Hyperliquid namespace (`/v1/hyperliquid/hip3`, `client.hyperliquid.hip3`, etc.). Lighter.xyz is the second top-level venue API.