Skip to main content
POST
DRep AI
Enhanced AI-Powered Search: The DRep AI API uses advanced natural language processing to understand complex queries about Cardano’s Delegated Representatives, including their voting patterns, attributes, and governance participation.
The DRep AI API enables you to find DReps based on comprehensive criteria, including their attributes (voting power, delegators, participation rate, alignment scores) and their detailed voting behavior on specific proposals using natural language queries.

Request Headers

string
required
Your API key for authentication

Request Body

string
required
Natural language query describing the DReps you want to find. Supports complex queries with AND/OR logic, proposal-specific searches, and attribute-based filtering.Example queries:
  • "Find DReps with more than 100M ADA voting power"
  • "Show active DReps who voted yes on the Cardano NCL proposal"
  • "Find DReps who voted yes on treasury proposals and no on parameter changes"
  • "Show DReps registered in 2024 with high participation rates"
number
default:"1"
Page number for pagination (minimum: 1)
number
default:"10"
Number of results per page (minimum: 1, maximum: 100)
string
default:"default"
Sort field for ordering results. Available options:
  • "default" - Default sorting (by voting power)
  • "name" - Sort by DRep name (alphabetical)
  • "participation" - Sort by participation rate
  • "votingPower" - Sort by voting power (ADA delegated)
  • "delegators" - Sort by number of delegators
  • "alignment" - Sort by alignment score
string
default:"desc"
Sort direction for ordering results:
  • "desc" - Descending order (highest to lowest)
  • "asc" - Ascending order (lowest to highest)
Note: For name sorting, "asc" = A-Z, "desc" = Z-A

Response

array
Array of DReps matching the query
object
object
object
Detailed performance metrics for the request (in milliseconds)

Status Codes

Advanced Features

Smart Caching: The API uses intelligent caching to speed up repeated queries. First-time complex queries may take 10-15 seconds, while cached queries return in under 2 seconds.
Query Performance: Complex queries involving multiple proposals or detailed vote pattern analysis may take 10-15 seconds on first execution. Subsequent identical queries will be much faster due to caching.