Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

WazirX Wallet API

Authenticated endpoints for coin and withdrawal/deposit management

WazirX Wallet API is one of 8 APIs that WazirX publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Wallet. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and rate-limit docs.

This API exposes 3 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://api.wazirx.com.

3 operations 3 paths 4 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.wazirx.com
Authentication
API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

WazirX Wallet API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-API-KEY (ApiKeyAuth). An API key is passed in the query as signature (HmacSignature).

  • ApiKeyAuth — API key required for MARKETDATA and SIGNED endpoints
  • HmacSignature — HMAC SHA256 signature of the request parameters using the secret key

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Wallet 3

Authenticated endpoints for coin and withdrawal/deposit management

GET
/sapi/v1/coins
Coin information
getCoins 3 params → 200
GET
/sapi/v1/crypto/withdraws
Withdrawal history
getWithdrawals 11 params → 200
GET
/sapi/v1/crypto/deposits/address
Deposit address
getDepositAddress 5 params → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Withdrawal (11 properties), Network (6 properties), CoinInfo (5 properties), DepositAddress (4 properties). Each schema is shown below with its type and property counts.

CoinInfo
object
5 properties
Withdrawal
object
11 properties
DepositAddress
object
4 properties
Network
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wazirx-wallet-api-openapi.yml Raw ↑

Other APIs WazirX publishes across the network.

WazirX WebSocket API
WazirX Account API
WazirX General API
WazirX Market Data API
WazirX Sub-Account API
WazirX Trading API
WazirX WebSocket API