Skip to main content
Version: v2

Introduction

Welcome to the Nexchange API documentation! This guide will help you integrate cryptocurrency exchange functionality into your applications using our secure and efficient API.

What is Nexchange?

Nexchange is a cryptocurrency exchange platform that provides instant crypto-to-crypto trading services. Our API allows developers to integrate exchange functionality directly into their applications without the complexity of managing order books or liquidity.

Key Features

  • Instant Trading: Execute immediate cryptocurrency swaps
  • No Registration Required: Start integrating without lengthy signup processes
  • Real-time Rates: Access live exchange rates for all supported pairs
  • Secure Transactions: All trades processed through secure blockchain networks
  • Wide Currency Support: Support for major cryptocurrencies and tokens

API Versions

We offer two API versions:

API v1

Order Flow

IMPORTANT

Prefer to use websockets over polling

Understanding the order lifecycle:

Status CodeStatus NameDescription
0CANCELEDDeposit not received and order expired
11INITIALOrder created, awaiting deposit
12UNCONFIRMED PAYMENTDeposit detected but not confirmed
13PAIDDeposit confirmed
14PRE-RELEASEWithdrawal transaction being created
15RELEASEDWithdrawal transaction broadcasted
16COMPLETEDWithdrawal transaction confirmed
6INITIATED REFUNDOrder refund process initiated
8REFUNDEDOrder refunded successfully
7REFUND FAILEDOrder refund failed
9PENDING KYCWaiting for additional due diligence
note

New integrations should use API v2 for better developer experience. Existing v1 integrations continue to work without changes.

Base URLs

Production Environment:

  • API v1: https://api.n.exchange/en/api/v1
  • API v2: https://api.n.exchange/en/api/v2

Getting Started

Ready to start? Follow our guide:

  1. Quickstart Guide - Make your first API call in 5 minutes
  2. FAQ - Frequently asked questions

Need Help?


Get Started Now

Start with our Quickstart Guide and make your first API call.

Next Steps