Skip to main content

Auspicium DaaS SDK — market data for crypto and prediction market quants

Project description

auspicium

Python SDK for the Auspicium market data platform — crypto OHLCV, order books, trades, Polymarket prediction markets, and cross-market signals.

Install

pip install auspicium

Quick start

import os
os.environ["AUSP_API_KEY"]     = "your-api-key"
os.environ["AUSP_GATEWAY_URL"] = "https://api.auspicium.io"

from auspicium import rest

# OHLCV candlestick data
df = rest.ohlcv("binance", "BTC-USDT", interval="5m", days=7)

# Order book snapshot
book = rest.orderbook("binance", "BTC-USDT", depth=20)

# Polymarket prediction markets
markets = rest.markets(status="active", base_asset="BTC")

# Cross-market signal (Binance x Polymarket)
cross = rest.cross_market(granularity="5m", base_asset="BTC", hours=48)

WebSocket streaming

from auspicium import stream

async with stream.connect() as ws:
    await ws.subscribe("ohlcv", source="binance", symbol="BTC-USDT")
    async for msg in ws:
        print(msg.channel, msg.payload)

Get your API key

Sign up at auspicium.io — free tier included.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auspicium-0.5.1.tar.gz (66.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

auspicium-0.5.1-py3-none-any.whl (75.9 kB view details)

Uploaded Python 3

File details

Details for the file auspicium-0.5.1.tar.gz.

File metadata

  • Download URL: auspicium-0.5.1.tar.gz
  • Upload date:
  • Size: 66.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for auspicium-0.5.1.tar.gz
Algorithm Hash digest
SHA256 b9f9dd17fca449a897c804a71d75a262ebccf3d455da03a68b2402f031b8db7c
MD5 d6992794ebb5262c98fb5a63470a0d39
BLAKE2b-256 eff18b0691ee9b097c4b8cdda809cd3d25686787f38e01fb8649761db00f97ff

See more details on using hashes here.

File details

Details for the file auspicium-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: auspicium-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 75.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for auspicium-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 80dd8f375ce0a037c0bb0a6d8376a0c15a0aa6c178aa4f2679141d52020047cb
MD5 98b379a4d68c80ac639074d1bf0c5b5b
BLAKE2b-256 030f1a6b0bc49173775b06bb896c7dacf1150d89b2a1e4cb75510d8b91febb22

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page