Public endpoints | HTTP

Methods for retrieving general data and do not require authentication.

Details

  • Base URL: https://api.earnbit.com

  • Use the GET HTTP method.

  • Endpoints will return data as either a JSON object or a JSON array.

  • If parameters are required by an endpoint, they should be sent in the query string.

  • Each public endpoint can also be used as a POST request with authentication (similar to private endpoints) to allow you to access more data. "Public endpoints" subsections contain both examples.

List of public endpoints:

Pairs ListPairs StatsSpecific Pair StatsOrder Book DataMarket HistoryMarket History DataProductsSymbolsDepth ListChart Data KLine

Last updated