> For the complete documentation index, see [llms.txt](https://use.temporal.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://use.temporal.xyz/nozomi.md).

# Nozomi

- [Introduction](https://use.temporal.xyz/nozomi/readme.md): Land transactions faster and more consistently.
- [Regions & Endpoints](https://use.temporal.xyz/nozomi/endpoints.md): Regional endpoint URLs for all Nozomi APIs.
- [Tipping](https://use.temporal.xyz/nozomi/tipping-and-faq.md)
- [JSON-RPC](https://use.temporal.xyz/nozomi/transaction-submission-json-rpc.md): Standard Solana JSON-RPC transaction submission through Nozomi.
- [Rust](https://use.temporal.xyz/nozomi/transaction-submission-json-rpc/rust.md): Use full service RPC for fetching latest blockhash. Nozomi only supports sendTransaction.
- [Python](https://use.temporal.xyz/nozomi/transaction-submission-json-rpc/python.md): Use full service RPC for fetching latest blockhash.. Nozomi only supports sendTransaction.
- [JavaScript](https://use.temporal.xyz/nozomi/transaction-submission-json-rpc/javascript.md): Use full service RPC for fetching latest blockhash. Nozomi only supports sendTransaction.
- [TypeScript](https://use.temporal.xyz/nozomi/transaction-submission-json-rpc/typescript.md): Use full service RPC for fetching latest blockhash. Nozomi only supports sendTransaction.
- [cURL](https://use.temporal.xyz/nozomi/transaction-submission-json-rpc/curl.md): Please specify base64 encoding, Solana recognizes base58 as default. If you do not specify, you might get malformed transaction error
- [API v2](https://use.temporal.xyz/nozomi/transaction-submission-api-v2.md): High-performance transaction submission with reduced overhead.
- [Rust](https://use.temporal.xyz/nozomi/transaction-submission-api-v2/rust.md): Use full service RPC for fetching latest blockhash.
- [Python](https://use.temporal.xyz/nozomi/transaction-submission-api-v2/python.md): Use full service RPC for fetching latest blockhash.
- [JavaScript](https://use.temporal.xyz/nozomi/transaction-submission-api-v2/javascript.md): Use full service RPC for fetching latest blockhash.
- [TypeScript](https://use.temporal.xyz/nozomi/transaction-submission-api-v2/typescript.md): Use full service RPC for fetching latest blockhash.
- [cURL](https://use.temporal.xyz/nozomi/transaction-submission-api-v2/curl.md)
- [Batch Send](https://use.temporal.xyz/nozomi/batch-send.md)
- [JavaScript](https://use.temporal.xyz/nozomi/batch-send/javascript.md)
- [cURL](https://use.temporal.xyz/nozomi/batch-send/curl.md)
- [Tip Stream](https://use.temporal.xyz/nozomi/tip-stream.md): Stream Nozomi Tip Floors by Percentile
- [TCP Keep-Alive](https://use.temporal.xyz/nozomi/keeping-your-tcp-connection-alive.md)
- [FAQ](https://use.temporal.xyz/nozomi/faq.md)


---

# 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://use.temporal.xyz/nozomi.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.
