# Quick Start

### bloXroute Account - Authorization Header

Before you call the Trader API endpoint, you will need a bloXroute account to access the endpoint. After registering your bloXroute account, you will find your authorization header in your account dashboard. A unique authorization header is needed every time we call our endpoints.

If you have more questions, please refer to the [Authorization Headers](broken://pages/-MK_tbXFSTYQWa-Ivn4S) page for more details.

### Add Tip

We provide the following code example for transferring a tip.

{% tabs %}
{% tab title="Go" %}

```go
```

{% endtab %}
{% endtabs %}

### Submit to Endpoint

After you constructed your transaction and signed it, you will be able to submit it to the Submit endpoint.

#### Request example:

{% tabs %}
{% tab title="HTTP" %}

```bash
```

{% endtab %}
{% endtabs %}


---

# 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/tron-network/tron-trader-api/quick-start.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.
