---
title: "Get Rated Bids"
method: GET
path: "/api/v1/models/ratedbids"
tags: ["Models"]
---

# Get Rated Bids

`GET /api/v1/models/ratedbids`

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.

## Query parameters

- `model_id` string, required — The blockchain ID (hex) of the model to get rated bids for, e.g. 0x1234...

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/morpheusais/apis/morpheus-api-gateway.md) · [All operations](https://skmtc.dev/morpheusais/apis/morpheus-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morpheusais/morpheus-api-gateway/revisions/061297d1593b/schema)
