Skip to content

Commit

Permalink
Update root API URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomaze committed Feb 2, 2020
1 parent 87a65f9 commit fb14274
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Auth for the Namebase API

To obtain an API key, visit the settings page on https://namebase.io/pro and follow the instructions in the user interface.
To obtain an API key, visit the settings page on https://www.namebase.io/pro and follow the instructions in the user interface.

**Be careful with your API keys: they grant unrestricted access to your exchange account.**

Expand Down
1 change: 1 addition & 0 deletions rest-api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Public Rest API for Namebase
## General API Information
* The root API URL is https://www.namebase.io
* Parameters for GET requests must be sent as a `query string`.
* All other request methods require parameters in the request body as `Content-Type: application/json`
* Parameter order does not matter.
Expand Down
4 changes: 3 additions & 1 deletion web-socket-api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Web Socket Data Feeds for Namebase

The host for the streams is wss://namebase.io:443/
The host for the streams is wss://app.namebase.io:443/

Note: this root URL is different than the root URL for the REST endpoints.

The `/ticker` feeds send data every second.

Expand Down

0 comments on commit fb14274

Please sign in to comment.