> For the complete documentation index, see [llms.txt](https://docs.taxsplit.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taxsplit.app/api-reference/readme.md).

# TaxSplit API

Complete API documentation for integrating TaxSplit into your applications. Build custom token launchpads and manage Solana Token-2022 tokens with on-chain metadata programmatically.

### Base URL

`https://taxsplit.dev`

### API reference

<table data-view="cards"><thead><tr><th>Section</th><th data-card-target data-type="content-ref">Docs</th></tr></thead><tbody><tr><td><strong>Overview</strong><br>Base URL, request conventions, and where to start.</td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf/pages/e6DhyzREe5rGvSfzDrrg">/spaces/Il8UKLt14hOBvfWjijFf/pages/e6DhyzREe5rGvSfzDrrg</a></td></tr><tr><td><strong>Authentication</strong><br>JWT wallet challenge flow + how to send the token.</td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf/pages/ZyLo3oCPa56MJJmK8Cuq">/spaces/Il8UKLt14hOBvfWjijFf/pages/ZyLo3oCPa56MJJmK8Cuq</a></td></tr><tr><td><strong>Rate limits</strong><br>Limits per category and what happens on 429.</td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf/pages/suUG8sg8FLQu3EsQRWel">/spaces/Il8UKLt14hOBvfWjijFf/pages/suUG8sg8FLQu3EsQRWel</a></td></tr><tr><td><strong>Error handling</strong><br>Standard error shape + status codes.</td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf/pages/ynfkv5R6cbF7gxxlZ1Kp">/spaces/Il8UKLt14hOBvfWjijFf/pages/ynfkv5R6cbF7gxxlZ1Kp</a></td></tr><tr><td><strong>Auth endpoints</strong><br><code>/auth/challenge</code>, <code>/auth/verify</code></td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf/pages/Yvri6GNJGQae3eelmcgl">/spaces/Il8UKLt14hOBvfWjijFf/pages/Yvri6GNJGQae3eelmcgl</a></td></tr><tr><td><strong>Tokens</strong><br>Create tokens, upload image, submit signed tx, list tokens.</td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf/pages/1pHSHcmhR9ixGHXEVlHg">/spaces/Il8UKLt14hOBvfWjijFf/pages/1pHSHcmhR9ixGHXEVlHg</a></td></tr><tr><td><strong>Distribution settings</strong><br>Read/update distribution settings.</td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf/pages/UNsOtxcZRzQX6LXhLWOm">/spaces/Il8UKLt14hOBvfWjijFf/pages/UNsOtxcZRzQX6LXhLWOm</a></td></tr><tr><td><strong>Burns</strong><br>Burn statistics and history.</td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf/pages/NFUMXSbP8Nqjmzi1Ng1H">/spaces/Il8UKLt14hOBvfWjijFf/pages/NFUMXSbP8Nqjmzi1Ng1H</a></td></tr><tr><td><strong>Featured tokens</strong><br>Featured listing + purchase flow.</td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf/pages/AkTUQoc7ngvg0y3jIvFz">/spaces/Il8UKLt14hOBvfWjijFf/pages/AkTUQoc7ngvg0y3jIvFz</a></td></tr><tr><td><strong>DEX integration</strong><br>Raydium CPMM pool creation.</td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf/pages/jbpHMmnjyiVAyPHN1YWf">/spaces/Il8UKLt14hOBvfWjijFf/pages/jbpHMmnjyiVAyPHN1YWf</a></td></tr><tr><td><strong>LaunchLabs</strong><br>LaunchLab bonding curve deployment + status.</td><td><a href="/spaces/Il8UKLt14hOBvfWjijFf/pages/ZH36yAC5nUihUeQmFxtL">/spaces/Il8UKLt14hOBvfWjijFf/pages/ZH36yAC5nUihUeQmFxtL</a></td></tr></tbody></table>

### Need help?

Join our Telegram community for API support, integration help, and to connect with other developers building on TaxSplit.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.taxsplit.app/api-reference/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
