Path Parameters
| Parameter | Type | Description |
|---|---|---|
| dao_mint | string | The mint address of the DAO (must be 44 characters long) |
Response Fields
| Field | Type | Description |
|---|---|---|
| mint | string | The mint address of the DAO |
| name | string | The name of the DAO |
| description | string | A description of the DAO |
| image | string | IPFS URL to the DAO’s image |
| website | string | The DAO’s website URL |
| telegram | string | The DAO’s Telegram link (can be null) |
| string | The DAO’s Twitter handle (can be null) |
Example Request
Example Response
Error Responses
| Status Code | Description | Response Body |
|---|---|---|
| 400 | Missing or invalid mint parameter | { "error": "Dao mint is required" } or { "error": "Invalid mint" } |
| 404 | DAO not found in database | { "error": "Dao not found" } |
| 500 | Internal server error | { "error": "Failed to fetch dao", "details": "error message" } |