Skip to main content
GET
List Broadcasted Transactions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network
enum<string>
required

TON network:

  • `mainnet` — production network.
  • `testnet` — testnet.
Available options:
mainnet,
testnet

Query Parameters

limit
number<double>
required

Number of resources that a single response page contains.

Required range: 1 <= x <= 1000
Example:

50

offset
number<double>
required

Number of resources to exclude from a response.

Required range: 0 <= x <= 100000
Example:

0

stakerAddress
string
required

Staker account address.

Example:

"9i5cTqci1W6DHdYfT7WbiNhP5DXvnPNTXvS9fTBFfuSw"

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.