# List continuation chains

> Returns the continuation chains in a project, newest first. Filter by `status` to find the chains that may still be spending (`active`) or the ones a budget stopped (`budget_exhausted`).

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"List continuation chains"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/chains"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Returns the continuation chains in a project, newest first. Filter by `status` to find the chains that may still be spending (`active`) or the ones a budget stopped (`budget_exhausted`).

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./list-chains.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./list-chains.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./list-chains.StatusCodes.json")}
>
  
</StatusCodes>
