Morpheus API Gateway LogoMorpheus API Gateway
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.

GET
/api/v1/models/ratedbids

Authorization

AuthorizationRequiredBearer <token>

Enter the JWT token you received from the login endpoint (without 'Bearer' prefix)

In: header

Query Parameters

model_idRequiredModel Id

The 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.

responseRequiredunknown
curl -X GET "http://api.mor.org/api/v1/models/ratedbids?model_id=string" \
  -H "Authorization: Bearer <token>"
null

How is this guide?