Introduction
Welcome to the Nami Exchange API Documentation! You are now viewing the official documentation page for the Nami Exchange API. This guide offers full instructions on how to get started and efficiently utilize our API to manage and place orders.
Getting Started
To start using the API, please follow these steps:
Create an account: Register a free account on the Nami Exchange website.
Get the API key: Go to Account Management > API Management to create a new API Key.
Start using: Use the provided API Key along with this API documentation to get started.
API Access
The base endpoint is:
https://nami.exchange/api/v1.0
All REST requests must be sent using the application/json content type. Non-HTTPS requests will be redirected to HTTPS, possibly causing functional or performance issues with your application.
All REST requests will result in a
200 Ok
response unless there is a server or infrastructure error. The API result will be wrapped in a JSON Result object, where thestatus
field indicates response status.
Support
If you need help, visit our Support Page or contact us at support@nami.exchange.
For any further assistance, please don't hesitate to reach out to our support team.
Last updated