olaxbt-nexus-data

Access OlaXBT Nexus cryptocurrency data APIs — market data, news, KOL tracking, technical indicators, and trading insights. Uses a wallet-linked JWT; no private key in the skill.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "olaxbt-nexus-data" with this command: npx skills add OlaXBT-Dev/olaxbt-nexus-data

OlaXBT Nexus Data Skill

This skill provides access to OlaXBT Nexus cryptocurrency data APIs via a Python client. The skill uses a JWT only; it does not request or handle private keys. Obtain the JWT by following the spec (POST /auth/message → sign with your wallet → POST /auth/wallet → use the returned token).

Required environment variable

VariablePurpose
NEXUS_JWTBearer token for the Nexus data API. Obtain it via the auth flow (POST /auth/message, sign with wallet, POST /auth/wallet).

Optional: NEXUS_AUTH_URL, NEXUS_DATA_URL to override API base URLs.

When to use this skill

  • When you need real-time cryptocurrency market data
  • When you want to analyze crypto news and sentiment
  • When tracking key opinion leaders (KOLs) in crypto
  • When analyzing technical indicators for trading
  • When monitoring smart money flows

Features

  • 14 comprehensive API endpoints
  • JWT-based auth (obtain token outside the skill; no private key here)
  • Real-time market data
  • KOL and sentiment tracking
  • Technical indicators analysis

Installation

pip install olaxbt-nexus-data

Quick Start

  1. Obtain a JWT using the Nexus auth flow: POST /auth/message with your wallet address, sign the returned message with your wallet (e.g. via OpenClaw or a one-time sign-in), then POST /auth/wallet to get the token.
  2. Set the token and use the client:
export NEXUS_JWT="<your-jwt-token>"
from olaxbt_nexus_data import NexusClient

client = NexusClient()  # uses NEXUS_JWT from env
client.authenticate()
news = client.news.get_latest(limit=10)

Same API via HTTP (curl-style)

The underlying API is HTTP. You can call it with any client (curl, fetch, etc.) using the Nexus Skills API spec. This Python package is a wrapper that uses your existing JWT.

Security

  • The skill only reads NEXUS_JWT (and optional NEXUS_* URLs). It does not request or store private keys.
  • All API calls use HTTPS; rate limiting is implemented.

Repository

https://github.com/olaxbt/olaxbt-nexus-data

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Element Nft Tracker

Element Market API integration. Requires 'ELEMENT_API_KEY' configured in OpenClaw secrets. Strictly requires explicit user consent before accessing personal...

Registry SourceRecently Updated
930Profile unavailable
Web3

Onchain Analyzer

Analyze wallet addresses and on-chain activity — transaction history, token holdings, DeFi positions, and trading patterns across EVM chains and Solana. Use...

Registry SourceRecently Updated
1390Profile unavailable
Web3

Crypto Tracker Cn

Track cryptocurrency markets in real-time. 加密货币行情追踪、比特币价格、以太坊ETH、市值排行、DeFi数据、恐惧贪婪指数、趋势币种、空投信息、RSI技术分析、均线分析、金叉死叉、DeFi收益率对比、Gas费查询。Use when checking crypto pri...

Registry SourceRecently Updated
2030Profile unavailable
Web3

Crypto Whale Tracker

Track large cryptocurrency transfers (whale movements) using public APIs like Whale Alert and Etherscan. Set thresholds, monitor wallets, and generate format...

Registry SourceRecently Updated
1740Profile unavailable