Query a specific account

This endpoint enables you to query data on a specific account.

Return data on a specific account

The GET /Vaults/{vaultAddress}/{accountAddress} endpoint returns the status of a specific wallet address (e.g. account) when you pass in the vault's "poolAddr" in the {vaultAddress} field and the wallet address in the {accountAddress} field.

This query will return important information for a specific account including current outstanding loan principal, token balance, pending deposits, and pending withdrawals.

get
/vaultsAccount/{vaultAddress}/{accountAddress}

getPoolAccountCTOFunction

Authorizations
x-api-keystringRequired
Path parameters
vaultAddressstring · EthAddrRequired
accountAddressstring · EthAddrRequired
Responses
200

Get Account CTO

application/json
get
/vaultsAccount/{vaultAddress}/{accountAddress}
200

Get Account CTO

Schema

Last updated