
Poloniex is a public API providing us based digital asset exchange.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://docs.poloniex.com | Primary API endpoint. |
curl -X GET "https://docs.poloniex.com" \ -H "Accept: application/json"