WazirX website screenshot

WazirX

WazirX is an Indian cryptocurrency exchange (transitioning to Zettai) providing REST and WebSocket APIs for spot trading on INR and crypto markets, order management, market data, account management, and wallet operations. The exchange supports automated trading via HMAC SHA256-authenticated endpoints and real-time streaming through WebSocket connections.

WazirX publishes 8 APIs on the APIs.io network, including WebSocket API, Account API, General API, and 5 more. Tagged areas include Cryptocurrency, Exchange, Trading, INR, and India.

The WazirX catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.

WazirX’s developer surface includes authentication, engineering blog, support, GitHub presence, status page, signup flow, and 10 more developer resources.

47.3/100 developing ▬ flat Agent 41/100 agent ready Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
8 APIs
CryptocurrencyExchangeTradingINRIndiaBitcoinWebSocketMarket Data

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 47.3/100 · developing
Contract Quality 15.3 / 25
Developer Ergonomics 3.5 / 20
Commercial Clarity 12.6 / 20
Operational Transparency 0.7 / 13
Governance 7.0 / 12
Discoverability 7.4 / 10
Agent readiness — 41/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/wazirx: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 8

Individual APIs this provider publishes, each with its own machine-readable definition.

WazirX WebSocket API

The WazirX WebSocket API provides real-time streaming for market data including trades, 24hr tickers, candlestick (kline) data, and order book depth updates. Private streams for...

WazirX Account API

Authenticated endpoints for account information and balances

WazirX General API

General API endpoints for connectivity and system information

WazirX Market Data API

Public market data endpoints for price, volume, and order book information

WazirX Sub-Account API

Authenticated endpoints for sub-account management and fund transfers

WazirX Trading API

Authenticated endpoints for order management and trade history

WazirX Wallet API

Authenticated endpoints for coin and withdrawal/deposit management

WazirX WebSocket API

Endpoints for WebSocket authentication token generation

Scroll for all 8

Pricing Plans 1

Published pricing tiers and plan structures.

Plans

1 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Rate Limits

0 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Finops

FINOPS

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Api Context

0 classes · 0 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

WazirX API Rules

5 rules · 3 warnings 2 info

SPECTRAL

JSON Schema 3

Standalone JSON Schema definitions for this provider's data models.

WazirX Order

12 properties

JSON SCHEMA

WazirX 24hr Ticker

11 properties

JSON SCHEMA

WazirX Trade

6 properties

JSON SCHEMA

Examples 6

Example request and response payloads for these APIs.

Exchange Info Response

3 fields

EXAMPLE

Order Book Response

3 fields

EXAMPLE

Order Create Request

9 fields

EXAMPLE

Order Response

12 fields

EXAMPLE

Ping Response

0 fields

EXAMPLE

Ticker 24Hr Response

11 fields

EXAMPLE

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Wazirx Authentication

apiKey · 2 schemes

SECURITY

Wazirx Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Wazirx Agentic Access

27 operations · 6 acting

27 operations · 6 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
name: WazirX
description: WazirX is an Indian cryptocurrency exchange (transitioning to Zettai) providing REST and WebSocket APIs for spot
  trading on INR and crypto markets, order management, market data, account management, and wallet operations. The exchange
  supports automated trading via HMAC SHA256-authenticated endpoints and real-time streaming through WebSocket connections.
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/wazirx.png
url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/apis.yml
created: '2026-06-13'
modified: '2026-06-13'
specificationVersion: '0.19'
tags:
- Cryptocurrency
- Exchange
- Trading
- INR
- India
- Bitcoin
- WebSocket
- Market Data
apis:
- name: WazirX WebSocket API
  description: The WazirX WebSocket API provides real-time streaming for market data including trades, 24hr tickers, candlestick
    (kline) data, and order book depth updates. Private streams for account balance changes, order updates, and own trade
    executions require authentication via an auth token.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.wazirx.com/
  baseURL: wss://stream.wazirx.com/stream
  tags:
  - WebSocket
  - Real-time
  - Streaming
  - Market Data
  - Trades
  - Order Book
  properties:
  - type: Documentation
    url: https://docs.wazirx.com/
  - type: Plans
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/plans/plans.yml
  - type: RateLimits
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/rate-limits/rate-limits.yml
  contact:
  - FN: WazirX API Support
    email: api@wazirx.com
    url: https://t.me/+RSDiciJ7ccPVU9mB
- aid: wazirx:wazirx-account-api
  name: WazirX Account API
  description: Authenticated endpoints for account information and balances
  humanURL: https://docs.wazirx.com/
  baseURL: https://api.wazirx.com
  tags:
  - Account
  properties:
  - type: OpenAPI
    url: openapi/wazirx-account-api-openapi.yml
  - type: Documentation
    url: https://docs.wazirx.com/
  - type: PostmanCollection
    url: https://github.com/wazirx/wazirx-api-postman
  - type: PythonSDK
    url: https://github.com/WazirX/wazirx-connector-python
  - type: RubySDK
    url: https://github.com/WazirX/wazirx-connector-ruby
  - type: NodeJSSDK
    url: https://github.com/WazirX/wazirx-connector-nodejs
  - type: Plans
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/plans/plans.yml
  - type: RateLimits
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/rate-limits/rate-limits.yml
  - type: FinOps
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/finops/finops.yml
- aid: wazirx:wazirx-general-api
  name: WazirX General API
  description: General API endpoints for connectivity and system information
  humanURL: https://docs.wazirx.com/
  baseURL: https://api.wazirx.com
  tags:
  - General
  properties:
  - type: OpenAPI
    url: openapi/wazirx-general-api-openapi.yml
  - type: Documentation
    url: https://docs.wazirx.com/
  - type: PostmanCollection
    url: https://github.com/wazirx/wazirx-api-postman
  - type: PythonSDK
    url: https://github.com/WazirX/wazirx-connector-python
  - type: RubySDK
    url: https://github.com/WazirX/wazirx-connector-ruby
  - type: NodeJSSDK
    url: https://github.com/WazirX/wazirx-connector-nodejs
  - type: Plans
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/plans/plans.yml
  - type: RateLimits
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/rate-limits/rate-limits.yml
  - type: FinOps
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/finops/finops.yml
- aid: wazirx:wazirx-market-data-api
  name: WazirX Market Data API
  description: Public market data endpoints for price, volume, and order book information
  humanURL: https://docs.wazirx.com/
  baseURL: https://api.wazirx.com
  tags:
  - Market Data
  properties:
  - type: OpenAPI
    url: openapi/wazirx-market-data-api-openapi.yml
  - type: Documentation
    url: https://docs.wazirx.com/
  - type: PostmanCollection
    url: https://github.com/wazirx/wazirx-api-postman
  - type: PythonSDK
    url: https://github.com/WazirX/wazirx-connector-python
  - type: RubySDK
    url: https://github.com/WazirX/wazirx-connector-ruby
  - type: NodeJSSDK
    url: https://github.com/WazirX/wazirx-connector-nodejs
  - type: Plans
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/plans/plans.yml
  - type: RateLimits
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/rate-limits/rate-limits.yml
  - type: FinOps
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/finops/finops.yml
- aid: wazirx:wazirx-sub-account-api
  name: WazirX Sub-Account API
  description: Authenticated endpoints for sub-account management and fund transfers
  humanURL: https://docs.wazirx.com/
  baseURL: https://api.wazirx.com
  tags:
  - Sub-Account
  properties:
  - type: OpenAPI
    url: openapi/wazirx-sub-account-api-openapi.yml
  - type: Documentation
    url: https://docs.wazirx.com/
  - type: PostmanCollection
    url: https://github.com/wazirx/wazirx-api-postman
  - type: PythonSDK
    url: https://github.com/WazirX/wazirx-connector-python
  - type: RubySDK
    url: https://github.com/WazirX/wazirx-connector-ruby
  - type: NodeJSSDK
    url: https://github.com/WazirX/wazirx-connector-nodejs
  - type: Plans
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/plans/plans.yml
  - type: RateLimits
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/rate-limits/rate-limits.yml
  - type: FinOps
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/finops/finops.yml
- aid: wazirx:wazirx-trading-api
  name: WazirX Trading API
  description: Authenticated endpoints for order management and trade history
  humanURL: https://docs.wazirx.com/
  baseURL: https://api.wazirx.com
  tags:
  - Trading
  properties:
  - type: OpenAPI
    url: openapi/wazirx-trading-api-openapi.yml
  - type: Documentation
    url: https://docs.wazirx.com/
  - type: PostmanCollection
    url: https://github.com/wazirx/wazirx-api-postman
  - type: PythonSDK
    url: https://github.com/WazirX/wazirx-connector-python
  - type: RubySDK
    url: https://github.com/WazirX/wazirx-connector-ruby
  - type: NodeJSSDK
    url: https://github.com/WazirX/wazirx-connector-nodejs
  - type: Plans
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/plans/plans.yml
  - type: RateLimits
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/rate-limits/rate-limits.yml
  - type: FinOps
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/finops/finops.yml
- aid: wazirx:wazirx-wallet-api
  name: WazirX Wallet API
  description: Authenticated endpoints for coin and withdrawal/deposit management
  humanURL: https://docs.wazirx.com/
  baseURL: https://api.wazirx.com
  tags:
  - Wallet
  properties:
  - type: OpenAPI
    url: openapi/wazirx-wallet-api-openapi.yml
  - type: Documentation
    url: https://docs.wazirx.com/
  - type: PostmanCollection
    url: https://github.com/wazirx/wazirx-api-postman
  - type: PythonSDK
    url: https://github.com/WazirX/wazirx-connector-python
  - type: RubySDK
    url: https://github.com/WazirX/wazirx-connector-ruby
  - type: NodeJSSDK
    url: https://github.com/WazirX/wazirx-connector-nodejs
  - type: Plans
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/plans/plans.yml
  - type: RateLimits
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/rate-limits/rate-limits.yml
  - type: FinOps
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/finops/finops.yml
- aid: wazirx:wazirx-websocket-api
  name: WazirX WebSocket API
  description: Endpoints for WebSocket authentication token generation
  humanURL: https://docs.wazirx.com/
  baseURL: https://api.wazirx.com
  tags:
  - WebSocket
  properties:
  - type: OpenAPI
    url: openapi/wazirx-websocket-api-openapi.yml
  - type: Documentation
    url: https://docs.wazirx.com/
  - type: PostmanCollection
    url: https://github.com/wazirx/wazirx-api-postman
  - type: PythonSDK
    url: https://github.com/WazirX/wazirx-connector-python
  - type: RubySDK
    url: https://github.com/WazirX/wazirx-connector-ruby
  - type: NodeJSSDK
    url: https://github.com/WazirX/wazirx-connector-nodejs
  - type: Plans
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/plans/plans.yml
  - type: RateLimits
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/rate-limits/rate-limits.yml
  - type: FinOps
    url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/finops/finops.yml
common:
- type: AgenticAccess
  url: agentic-access/wazirx-agentic-access.yml
- type: DomainSecurity
  url: security/wazirx-domain-security.yml
- type: Authentication
  url: authentication/wazirx-authentication.yml
- type: Website
  url: https://wazirx.com/
- type: Blog
  url: https://wazirx.com/blog/
- type: Support
  url: https://support.wazirx.com/
- type: GitHub
  url: https://github.com/WazirX
- type: Status
  url: https://wazirx.statuspage.io/
- type: Signup
  url: https://wazirx.com/register
- type: Login
  url: https://wazirx.com/login
- type: ApiKeysSettings
  url: https://wazirx.com/settings/keys
- type: TermsOfService
  url: https://wazirx.com/terms
- type: PrivacyPolicy
  url: https://wazirx.com/privacy
- type: Plans
  url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/plans/plans.yml
- type: RateLimits
  url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/rate-limits/rate-limits.yml
- type: FinOps
  url: https://raw.githubusercontent.com/api-evangelist/wazirx/refs/heads/main/finops/finops.yml
maintainers:
- FN: API Evangelist
  url: https://apievangelist.com
  email: info@apievangelist.com