curl --request GET \
--url https://api.bebop.xyz/history/v2/tx/{tx_hash}{
"results": [
{
"chain_id": 123,
"txHash": "<string>",
"status": "<string>",
"type": "<string>",
"taker": "<string>",
"receiver": "<string>",
"sellTokens": {},
"buyTokens": {},
"timestamp": "<string>",
"route": "JAM",
"gasless": true,
"volumeUsd": 123,
"gasFeeUsd": 123,
"partnerFeeNative": "<string>",
"partnerFeeBps": "<string>"
}
],
"metadata": {
"timestamp": "<string>",
"tokens": {},
"results": 123
},
"nextAvailableTimestamp": "<string>"
}Retrieve trade details for a specific transaction hash. Returns the trade with token metadata and pricing.
curl --request GET \
--url https://api.bebop.xyz/history/v2/tx/{tx_hash}{
"results": [
{
"chain_id": 123,
"txHash": "<string>",
"status": "<string>",
"type": "<string>",
"taker": "<string>",
"receiver": "<string>",
"sellTokens": {},
"buyTokens": {},
"timestamp": "<string>",
"route": "JAM",
"gasless": true,
"volumeUsd": 123,
"gasFeeUsd": 123,
"partnerFeeNative": "<string>",
"partnerFeeBps": "<string>"
}
],
"metadata": {
"timestamp": "<string>",
"tokens": {},
"results": 123
},
"nextAvailableTimestamp": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.bebop.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?