# PureCharge API

The PureCharge API enables you to use NFTpay's payment capabilities without needing you use the built in custodial wallet.&#x20;

This works well when you have your own custodial wallet but need payment solutions, are using it for a blockchain not yet supported by NFTpay, or where you do the minting yourself.&#x20;

Here are the API docs:

* <https://payments.nftpay.xyz/api/v1/api-docs/>
* <https://payments.nftpay.xyz/api/v1/docs/>

### Next Steps <a href="#next-steps" id="next-steps"></a>

* You can sign up directly for an API key by [signing up here and selecting "API Keys"](https://payments.nftpay.xyz/user_account)
* [Contact us](https://calendly.com/d/g7n-kqt-rpt/nftpay-with-eron-reza) to learn more.


---

# 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://docs.nftpay.xyz/nftpay-services/purecharge-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.
