Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.21 KB

Namebase Exchange Public API Documentation

The documents below are the official authority on the Namebase Exchange API. Some notes:

  • Endpoints not enumerated in this document may be discontinued or modified at any time with no notice.
  • Error codes will remain consistent within a major API version, but error messages may change at any time with no notice.
  • API key authentication may change within a major API version with 1 week of notice/legacy compatibility.
  • Rate limiting may change within a major API version with no notice. With all likelihood, we will provide notice, but that is not a guarantee this API provides.

Documents

  1. API key authentication instructions
  2. Comprehensive list of the REST API endpoints
  3. Comprehensive list of error codes and messages
  4. Web socket data feed information

Client libraries

Language Link Author
Node.js namebasehq/exchange-api Namebase
Python wy/namebase-exchange-python ~wy
Go sniperem/namebase sniperem