Tx-Trace
The Tx-Trace service allows traders to get an insight on transactions propagation by the BDN. With the Tx-Trace utility you can know if a transaction was private or public, what region received it first, and the timestamp each region saw it. Traders can optimize their trading bot and infrastructure to minimize latency and processing time.
The Tx-Trace utility has a built-in rate limiting defined by the account tier.
For each region, Tx-Trace will return the timestamp the transaction was processed and the time difference from the first region to process it.
REQUEST
parameters
Name | Description | Default |
---|---|---|
| Allows the user to include the authentication in the URL string directly. If the authentication is provided in both the header and the URL parameter, the one in the header will be used. | None |
| Shows the time the transaction was received by each region in a neat string format. | false |
RESPONSE
Examples
Tx-Trace data is available only for a few hours. In case the data has been purged, the following will be displayed (this message will also be displayed for private transactions):
Rate Limiting
Tx-Trace is limiting requests if they exceed 2 requests per second. In addition, each tier has a limit to how many requests per day are allowed.
Below are the tiers limits:
Account Tier | Requests Per Day |
---|---|
Ultra | 500 |
Enterprise-Elite | 500 |
Enterprise | 100 |
Professional | 20 |
Introductory | 2 |
Last updated