Skip to main content
GET
/
v2
/
curators
cURL
curl --request GET \
  --url https://api.vaults.fyi/v2/curators \
  --header 'x-api-key: <api-key>'
[
  {
    "name": "<string>",
    "description": "<string>",
    "websiteUrl": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

List of curators

name
string
required

Name of the curator

description
string

Description of the curator

websiteUrl
string

Website URL of the curator