Skip to main content
GET
Get provider by ID

Authorizations

x-api-key
string
header
required

Path Parameters

providerId
string
required

Response

Provider details

name
string
required

Provider name

Example:

"Morpho"

id
string
required

Provider ID

Example:

"morpho"

logoURI
string
required

Provider logo URI

Example:

"https://morpho.xyz/logo.png"

description
string
required

Short description of the provider

Example:

"A peer-to-peer DeFi lending protocol"

website
string
required

Provider website

Example:

"https://morpho.xyz"

tvlUsd
object | null
required

Total TVL across the entire provider in USD

Example:

"10,200,000"

type
enum<string>
required

Type of provider (protocol or validator provider)

Available options:
protocol,
validator_provider
Example:

"protocol"

references
string[] | null

Optional social/media references or audit links