Public endpoints | HTTP
Methods for retrieving general data and do not require authentication.
Last updated
Methods for retrieving general data and do not require authentication.
Last updated
Base URL: https://api.pointpay.io
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 (similar to ) to allow you to access more data. "Public endpoints" subsections contain both examples.