# Utilities

## Methods

#### [`balance`](/solana/trader-api/api-endpoints/core-endpoints/balance.md)

Get token balance information for a Solana account address.

***

#### [`blockhash`](/solana/trader-api/api-endpoints/core-endpoints/blockhash.md)

Get a recent blockhash for transaction construction with an optional offset value.

***

#### [`rate-limit`](/solana/trader-api/api-endpoints/core-endpoints/rate-limit.md)

Get current API rate limit usage information.

***

#### [`transaction`](/solana/trader-api/api-endpoints/core-endpoints/transaction.md)

Get transaction status together with transaction metadata.

***

#### [`slot-info`](/solana/trader-api/api-endpoints/core-endpoints/slot-info.md)

Get information about previous or upcoming slots.

***

#### [`trace`](/solana/trader-api/api-endpoints/core-endpoints/trace.md)

Get time/slot related tracing details for your submitted transactions.

***

#### [`priority-fee`](/solana/trader-api/api-endpoints/core-endpoints/priority-fee.md)

Get recent priority fee percentile data by project across the last 100 slots.

## Streams

#### [`GetPriorityFeeStream`](/solana/trader-api/api-endpoints/core-endpoints/getpriorityfeestream.md)

Stream recent priority fee percentile data by project across the last 100 slots.

***

#### [`GetBundleTipStream`](/solana/trader-api/api-endpoints/core-endpoints/getbundletipstream.md)

Stream recent bundle tip percentile data.


---

# 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.bloxroute.com/solana/trader-api/api-endpoints/core-endpoints.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.
