Skip to main content

Get Finalized Cid For Project Id Epoch Id

GET 

/cid/:epoch_id/:project_id/

Get finalized cid for a given project_id and epoch_id.

Args:

request (Request): The incoming request.
response (Response): The outgoing response.
project_id (str): The project id.
epoch_id (int): The epoch id.
rate_limit_auth_dep (RateLimitAuthCheck, optional): The rate limit auth check dependency. Defaults to rate_limit_auth_check.

Returns:

dict: The finalized cid for the given project_id and epoch_id.

Request

Path Parameters

    project_id Project Idrequired
    epoch_id Epoch Idrequired

Responses

Successful Response

Schema
    any
Loading...