Get data on single vault

get

Get a vault information given a specific address and network

Authorizations
x-api-keystringRequired
Path parameters
vaultAddressstringRequired

Address of a vault

Pattern: ^0x[a-fA-F0-9]{40}$
networkstring · enumRequired

Network name or caip

Possible values:
Responses
chevron-right
200

Object describing the vault

application/json

Object describing the vault

namestringRequired

Name of the vault

addressstringRequired

Address of a vault

networkstring · enumRequired

Network name on which vault exists

Possible values:
protocolstringRequired

Protocol name to which the vault belongs

numberOfHoldersnumber · nullableRequired

Number of holders of vault LP tokens

lendLinkstring · nullableRequired

Lend link of the vault

tagsstring[]Required

Array of tags present on vault

descriptionstring · nullableRequired

Description of the vault

additionalIncentivesstring · nullableRequired

Additional incentives of the vault

isTransactionalbooleanRequired

Boolean indicating if the vault is transactional

assetPriceInUsdnumberRequired

Price of the underlying vault asset in USD with 1e8 precision

holdersTotalBalancestringRequired

Total balance of all holders of vault LP tokens

get
/v1/vaults/{network}/{vaultAddress}/
200

Object describing the vault