Exchange API Documentation
Welcome to the PointPay API Documentation! Our API provides a robust set of tools to help you interact with the PointPay Exchange. We offer both public and private endpoints to suit your needs.
Last updated
Welcome to the PointPay API Documentation! Our API provides a robust set of tools to help you interact with the PointPay Exchange. We offer both public and private endpoints to suit your needs.
Last updated
Public endpoints are ideal for retrieving general data and are accessible without the need for an API key. These endpoints use the GET
method for requests. Each public endpoint can also be used as a POST
request with (similar to ) to allow you to access more data.
Private endpoints offer full access to data and features. To use these endpoints, an is required, which you can generate directly from your PointPay Exchange profile.
This section describes the basic structure of WS requests and responses.
Methods to access public data like market history, order book, etc. After establishing the WebSocket connection, the user does not need to be authorized to use these methods.
Methods to access private data related to balances, orders, etc. After establishing the WebSocket connection, the user has to be to use these methods.