# API

- [API (V1)](https://docs.paytweed.com/developer-tools/api/api-v1.md): Utilize this robust API to effectively manage tokens for sale within your application.
- [API (V2)](https://docs.paytweed.com/developer-tools/api/api-v2.md)
- [Authorization](https://docs.paytweed.com/developer-tools/api/api-v2/authorization.md): To interact with our API, users must authenticate their requests using a User Access Token. Follow the steps below to obtain and use a token for authorization
- [API reference](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference.md)
- [Contracts](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/contracts.md)
- [Add](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/contracts/add.md)
- [Add contract function](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/contracts/add-contract-function.md)
- [Contract](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/contracts/contract.md)
- [Payouts](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/payouts.md)
- [Add](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/payouts/add.md)
- [Payout](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/payouts/payout.md)
- [Items](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/items.md)
- [Add](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/items/add.md)
- [All](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/items/all.md)
- [Contract](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/items/all/contract.md)
- [Count](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/items/all/contract/count.md)
- [Payout](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/items/all/payout.md)
- [Count](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/items/all/payout/count.md)
- [Assets](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/assets.md)
- [Blockchain](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/assets/blockchain.md)
- [All](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/assets/all.md)
- [Blockchains](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/assets/all/blockchains.md)
- [Blockchains](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/blockchains.md)
- [Multiple](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/blockchains/multiple.md)
- [Native asset](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/blockchains/native-asset.md)
- [Audit event mappings](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/audit-event-mappings.md)
- [Platform webhooks](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/platform-webhooks.md)
- [Set active](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/platform-webhooks/set-active.md)
- [Tickets](https://docs.paytweed.com/developer-tools/api/api-v2/api-reference/tickets.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://docs.paytweed.com/developer-tools/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.
