πQuick Start
This page provides you the basic work flow of using the Trader API.
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 page for more details.
Add Tip
Adding a tip to each transaction you submit is required to use our service. You can review the Fee Schedule page and ensure you are sending the required minimum tip amount.
We provide the following code example for transferring a tip.
For more comprehensive example you may see: https://pkg.go.dev/github.com/bloXroute-Labs/ton-trader-api-client
Submit to Endpoint
After you constructed your transaction and signed it, you will be able to submit it to the Submit endpoint.
Request example:
Last updated