Use this endpoint to trace a transaction/bundle based on a UUID.
A UUID is returned in the response when a transaction/bundle is submitted. This UUID can then be used to query detailed information about the specific submission.
Sample Request
{
"jsonrpc": "2.0",
"id": 1,
"method": "timeboost_getOrderInfo",
"params": [
// String
// UUID that was returned to you when you send the submission.
"123e4567-e89b-12d3-a456-426614174000",
]
}