---
title: "List builders"
method: GET
path: "/v1/builders"
tags: ["Orders"]
---

# List builders

`GET /v1/builders`

Returns all active builders. Used by the builder code page to show available builders.

## Response `200`

A successful response.

- ApiListBuildersResponse
  - `builders` ApiBuilderInfo[]
    - `builder_id` integer
    - `slug` string
    - `name` string
    - `fee_recipient` string
    - `is_active` boolean — Whether the builder is currently active. Approving fees for an inactive builder is rejected on-chain (BuilderNotActive); FE should surface this before that point.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/revisions/194af8339c0d/schema)
