cURL
curl --request GET \ --url https://api.collectpure.com/offers/get-offer-stats/v1 \ --header 'x-api-key: <api-key>'
{ "data": { "totalOffers": 123, "activeOffers": 123, "inactiveOffers": 123, "totalQuantity": 123, "totalValue": 123 } }
Retrieve aggregate statistics about the authenticated organization’s orderbook offers (bids), including counts, quantities, and total value.
API key for authentication
Default Response
Show child attributes
Was this page helpful?