curl --request GET \
--url https://api.bebop.xyz/history/v2/trades{
"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 history for a wallet address or partner source within a given time range. Returns trade details with token metadata and pricing.
curl --request GET \
--url https://api.bebop.xyz/history/v2/trades{
"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.
Authenticated source key
Wallet address for which to fetch trade history
Source of the trades
Start date for trades (UNIX timestamp in nanoseconds)
End date for trades (UNIX timestamp in nanoseconds)
Number of entries returned per chain
Was this page helpful?