file-invoice-dollarQuery 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.

circle-info

To read all the field names and definitions, simply expand the vaultFlexAccountCTO schema in the response panel on the left hand side.

get
/vaultsAccount/{vaultAddress}/{accountAddress}

getPoolAccountCTOFunction

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

Getr Account CTO

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

Getr Account CTO

Last updated