# /exchange/maker Fetch a list of Fig Makers. For each maker, the endpoint returns their maker ID and the settlement options the maker is currently able to trade through. Endpoint: GET /exchange/maker Version: 1.0 ## Response 200 fields (application/json): - `maker` (string, required) Fig Maker identifier - `settlementOptions` (array, required) Array of settlement options available for a maker Example: ["BULL, DBT"] ## Response 400 fields (application/json): - `code` (integer) Example: 400 - `message` (string) Example: "Bad Request" - `reason` (array) Example: ["Invalid input"]