Models
Get Rated Bids
Get rated bids for a specific model. Connects to the proxy-router's /blockchain/models/{id}/bids/rated endpoint. Note: Use the blockchain model ID (hex) not the name.
Authorization
Authorization
RequiredBearer <token>Enter the JWT token you received from the login endpoint (without 'Bearer' prefix)
In: header
Query Parameters
model_id
RequiredModel IdThe blockchain ID (hex) of the model to get rated bids for, e.g. 0x1234...
Response Body
Successful Response
TypeScript Definitions
Use the response body type in TypeScript.
response
RequiredunknownHow is this guide?