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

Authorizations

x-api-key
string
header
required

Response

List of protocols

name
string
required

Name of the protocol

product
string

Product of the protocol

version
string

Version of the protocol