Trade History API Introduction
This section documents the Trade History API for Bebop. It provides detailed information on the trades of a specific wallet, including USD values at the time of trade and gas fees. Ideal for developers requiring precise trade data for analysis or integration into trading tools.
Network availability
The Trade History aggregates trades from all chains supported by Bebop.
Endpoints
GET /history/v2/trades - Retrieve the list of trades with related data for a specified wallet
GET /history/v2/tx/{tx_hash} - Retrieve detailed information about a specific transaction
Last updated