# Public Mint API

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