This documentation is a work in progress.

Welcome

Reading and understanding the API documentation requires basic coding knowledge. It provides detailed information on the API endpoints, request and response formats, and authentication requirements.

Market Endpoints

View the OpenAPI specification file

Authentication

Some API endpoints may require authentication. Authorization can be done by including your API key in the request header. If you need access to an authorized endpoint, please contact me directly with a description of your use case.

{
	"Authorization": "YOUR_API_KEY"
}