# Public Mint API

- [Getting started](https://developers.publicmint.io/api/start.md): Start building your integration in minutes.
- [Creating identities](https://developers.publicmint.io/api/identities.md): Most API calls require an IdentityID to operate on, and there's a few ways to get one.
- [Connecting to the blockchain](https://developers.publicmint.io/api/connecting.md): How to connect to the Public Mint blockchain.
- [Running your own client node](https://developers.publicmint.io/api/connecting/running-your-own-client-node.md)
- [Executing Transactions](https://developers.publicmint.io/api/funding.md): Learn how to fund and execute transactions with your Public Mint account
- [Depositing](https://developers.publicmint.io/api/funding/deposit-wire.md): Request a fiat deposit via API.
- [Wallet Transactions](https://developers.publicmint.io/api/funding/transfer-tokens.md): How to transfer tokenized fiat to other accounts using publicmint-web3.js
- [Withdrawing](https://developers.publicmint.io/api/funding/withdrawing.md): Request a fiat withdrawal from a blockchain address.
- [Sandbox](https://developers.publicmint.io/api/sandbox.md)
- [API Reference](https://developers.publicmint.io/api/reference.md): A comprehensive guide to API resources and endpoints in the Public Mint platform
- [Identities](https://developers.publicmint.io/api/reference/identities.md)
- [Operations](https://developers.publicmint.io/api/reference/operations.md)
- [Transfer Methods](https://developers.publicmint.io/api/reference/transfer-methods.md)
- [Transactions](https://developers.publicmint.io/api/reference/transactions.md)
- [Withdrawals (deprecated)](https://developers.publicmint.io/api/reference/withdrawals.md)
- [Verifications](https://developers.publicmint.io/api/reference/verifications.md)
- [Identity Relations](https://developers.publicmint.io/api/reference/identity-relations.md)
- [Documents](https://developers.publicmint.io/api/reference/documents.md)
- [Deposits (deprecated)](https://developers.publicmint.io/api/reference/deposits.md)
- [Authentication](https://developers.publicmint.io/api/reference/authentication.md): Authenticate your connection to access API resources
- [Pagination](https://developers.publicmint.io/api/reference/pagination.md)
- [Errors](https://developers.publicmint.io/api/reference/errors.md): Error handling and codes from Public Mint's APIs.
- [Core Resources](https://developers.publicmint.io/api/reference/core-resources.md): Browse v0.2 of our Public API resources
- [Webhooks](https://developers.publicmint.io/api/webhooks.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.publicmint.io/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
