List listings
List all listings for the authenticated account. Filter by status. Cursor-paginated. Each listing includes readiness — check readiness.sellable to see if it can accept orders.
Authentication
AuthorizationBearer
API key (lb_ prefix). Pass as: Authorization: Bearer lb_...
Query parameters
status
Filter by listing status.
Allowed values:
cursor
Pagination cursor from a previous response.
limit
Maximum number of listings to return.
Response
Successful Response
data
Array of listing objects.
object
Object type identifier. Always list.
total_count
Total number of matching resources across all pages
cursor
Pass as cursor query param to fetch the next page
has_more
True if more results exist beyond this page
Errors
401
Unauthorized Error
422
Unprocessable Entity Error