Skip to main content

Path Parameters

ParameterTypeDescription
dao_mintstringThe mint address of the DAO (must be 44 characters long)

Response Fields

FieldTypeDescription
mintstringThe mint address of the DAO
namestringThe name of the DAO
descriptionstringA description of the DAO
imagestringIPFS URL to the DAO’s image
websitestringThe DAO’s website URL
telegramstringThe DAO’s Telegram link (can be null)
twitterstringThe DAO’s Twitter handle (can be null)

Example Request

Example Response

Error Responses

Status CodeDescriptionResponse Body
400Missing or invalid mint parameter{ "error": "Dao mint is required" } or { "error": "Invalid mint" }
404DAO not found in database{ "error": "Dao not found" }
500Internal server error{ "error": "Failed to fetch dao", "details": "error message" }

Error Response Examples

Missing Mint Parameter

Invalid Mint Format

DAO Not Found

Server Error