API
ReferenceSelling

Value of your listings

GET
/public/v1/my-listings/value

What your active listings are worth at their asking prices: total_value in cents, across listing_count listings holding item_count items. Optional app_id filter. The v1 equivalent was ISales/GetActiveListingsValue.

AuthorizationBearer <token>

API key generated from your account settings on the website. Send as Authorization: Bearer csd_....

In: header

Query Parameters

app_id?string
Match^[1-9]\d*$

Response Body

application/json

curl -X GET "https://example.com/public/v1/my-listings/value"
{  "listing_count": -9007199254740991,  "item_count": -9007199254740991,  "total_value": -9007199254740991}