Stats API
Get TX Revshare Info
GET
https://sol-analytics.kolibr.io/transaction/{TX_SIGNATURE}
The Stats endpoint provides summarized information about transactions received by Kolibrio, along with any associated revenue details.
Headers
Authorization
The authentication header should be the same as the one used for RPC broadcast requests.
Response Body
backrun_exist
bool
Indicates whether any backrun transactions have been landed
backrun_signature
string
A signature of landed backrun transaction
revshare_info. revshare_signature
string
A signature of the on-chain transaction that executes the revenue split across participating parties
revshare_info. total_arbitrage_revenue_lamports
number
The total revenue extracted from an arbitrage opportunity (in lamports)
revshare_info. jito_tip_lamports
number
The amount paid to Jito for bundle inclusion (in lamports)
revshare_info. kolibrio_tip_lamports
number
Kolibrio fee (in lamports)
revshare_info. originator_tip_lamports
object
A mapping of Solana addresses to the lamport amounts paid to each originator partner. These recipients are determined by the rev_recv setting in the RPC request or through custom configuration.
Response
Last updated