Get Rated Bids
Models
Get Rated Bids
Get rated bids for a specific model
GET
Get Rated Bids
Get rated bids for a specific model.
Connects to the proxy-router’s
/blockchain/models/{id}/bids/rated endpoint. Returns all available provider bids for the model, sorted by rating and price.
Headers
API key in format:
Bearer sk-xxxxxxQuery Parameters
The blockchain ID (hex) of the model to get rated bids for, e.g.,
0x1234...Response
Array of rated bid objects
Understanding Ratings: Provider ratings are calculated based on session success rate, response time, and user feedback. Higher-rated providers typically offer more reliable service.
Use the
bid_id from this response when creating a session with /api/v1/session/bidsession to select a specific provider.
