GET
/
trade
/
debug
cURL
curl --request GET \
  --url https://core-api-dev.vanish.trade/trade/debug \
  --header 'x-api-key: <api-key>'
{
  "jito_simulation_log": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

tx_id
string
required

The transaction ID to retrieve debug logs for.

Response

Successful jito trade bundle logs response.

jito_simulation_log
string

Jito Trade Simulation Log.