Skip to content

Get vault depositor

GET
/vaults/{vault_id}/depositors/{address}

Parameters

Path Parameters

vault_id*
Type
integer
Required
Format
"int64"
address*

Owner address (20-byte Ethereum-style, 0x-hex).

Required

Responses

A depositor's share of the vault.

application/json
JSON
{
  
"vault_id": 0,
  
"address": "string",
  
"shares": "5000000000000",
  
"total_deposited": "-12500",
  
"total_withdrawn": "-12500"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI