Appearance
Get vault depositor
GET
/vaults/{vault_id}/depositors/{address}
Parameters
Path Parameters
vault_id*
Type
Requiredinteger
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"
{
}