{
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Free-text search over name, manager, issuer, strategy and description."
},
"chain": {
"type": "string",
"description": "Blockchain to filter by, e.g. Ethereum, Arbitrum, Base."
},
"assetClass": {
"type": "string",
"description": "Asset class to filter by, e.g. Fixed Income, Private Credit."
},
"jurisdiction": {
"type": "string",
"description": "Jurisdiction to filter by, e.g. Luxembourg, Cayman Islands."
},
"status": {
"type": "string",
"description": "Fund status: live, upcoming or closed."
},
"limit": {
"type": "integer",
"description": "Maximum funds to return (1-200). Defaults to 50.",
"minimum": 1,
"maximum": 200
}
},
"required": []
}{
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Free-text search over name, description, specialty, tags and jurisdictions."
},
"category": {
"type": "string",
"description": "Category id to filter by: legal, fund-admin, custody, broker, auditor, aifm or insurance."
},
"limit": {
"type": "integer",
"description": "Maximum providers to return (1-200). Defaults to 100.",
"minimum": 1,
"maximum": 200
}
},
"required": []
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Words to search the documentation for."
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {},
"required": []
}