Broker
Retrieve a paginated list of broker posts. Supports filtering by type (SELL, BUY, HIRE, FOR_HIRE), status, tags, author minimum score, and search functionality for title/description. Results can be sorted by newest, score, top (most votes), or expiresAt (expiring soon). When level is not specified (ALL), minScore acts as "author score >= minScore OR premium level". For BASIC or PREMIUM level, minScore applies normally.
topPossible values: 500Successful response
Invalid input data
Not found
Internal server error
Retrieve a paginated list of broker posts created by the current authenticated user. Supports filtering by type and status.
falsetopPossible values: 500Successful response
Invalid input data
Authorization not provided
Insufficient access
Not found
Internal server error
Retrieve detailed information about a specific broker post including author information.
Successful response
Invalid input data
Not found
Internal server error
Retrieve a broker post by the transaction hash that created or updated it. This endpoint will spot-process the transaction if needed to ensure the latest data is available.
Successful response
Invalid input data
Not found
Internal server error
Update off-chain fields like status, archived, and image URL that are not stored on blockchain. When changing status from EXPIRED to OPEN for BASIC posts, automatically resets expiration date to 30 days from now.
Successful response
Invalid input data
Authorization not provided
Insufficient access
Not found
Internal server error
Successful response
Invalid input data
Authorization not provided
Insufficient access
Not found
Internal server error
Retrieve a paginated list of broker posts created by a specific author. Supports filtering by type and status. Only shows non-archived posts.
falsetopPossible values: 500Successful response
Invalid input data
Not found
Internal server error
Report a broker post for spam, inappropriate content, fraud, harassment, or other issues. Requires authentication.
Successful response
Invalid input data
Authorization not provided
Insufficient access
Internal server error
Generates a preview image for a broker post using the provided content and author profile. Returns the image directly without creating a job.
Successful response
Invalid input data
Authorization not provided
Insufficient access
Internal server error
Last updated