API Reference

A comprehensive guide to API resources and endpoints in the Public Mint platform

Our APIs follow the REST architecture and present an interface familiar to most developers, using standard HTTP verbs (mostly GET, POST, PUT and DELETE) and responses.

Access to our public endpoints happens through an API gateway, where calls are authorized and authenticated before being routed to the requested resource.

In general, errors return standard HTTP codes, sometimes followed by a message regarding any specific problem with the call when applicable.

You can check how to access resources via each of them in the corresponding pages.

For your reference, you can use the following Postman collection:

Last updated