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.7.9.tar.gz (92.1 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.7.9-py3-none-any.whl (98.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for auspicium-0.7.9.tar.gz
Algorithm Hash digest
SHA256 961188470a90ac0315bfdeba0d9e8fb1f67f41987de4f28c84bbce06d1d263b2
MD5 10d543e18bc3c5dfe31738ee0b420e27
BLAKE2b-256 33ceb77ce8d3fd8dd31edf66bd663687ea421be686403cdfa2ebaff4e7e1f395

See more details on using hashes here.

File details

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

File metadata

  • Download URL: auspicium-0.7.9-py3-none-any.whl
  • Upload date:
  • Size: 98.5 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.7.9-py3-none-any.whl
Algorithm Hash digest
SHA256 d9840c2cfe417f6f0c96d9772c1c975a1e48ab2120f98c1ffc552cad8aa31d02
MD5 0ddb461fb0731306552b345130dd08d9
BLAKE2b-256 47fcc3ccf7bd6deac3dc4b9355f62783365fab5a9fb97444eb9766400a529ebb

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