cURL
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.
Tx Hash of the trade
Successful Response
Show child attributes
Was this page helpful?