History API Endpoints
Documentation for the /history endpoint.
There are two primary sub-endpoints within the /history
API endpoints:
/history/v2/trades
: This endpoint provides access to the trade history related to a specific wallet address. By querying this endpoint with the appropriate parameters, developers can retrieve detailed data about the historical trades on Bebop associated with the queried wallet address./history/v2/tx
: This endpoint provides comprehensive information about a specific transaction given its unique transaction hash. This allows developers to examine the details of individual transactions in depth.
The following sections of this documentation will detail the request methods, parameters, response objects, and potential error messages associated with each of these /history
sub-endpoints.
Last updated