Vaults
API key in the format: cc_xxx_yyy (for customer API routes)
Filter by vault curator organization ID. Example: 550e8400-e29b-41d4-a716-446655440000
Filter by vault address. Case-insensitive when networkId is omitted or is an EVM chain (eip155:*), case-sensitive otherwise. Example: 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
Filter by network ID (CAIP-2 blockchain ID), e.g., eip155:1 (Ethereum), eip155:137 (Polygon), solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp (Solana)
200Default Response
Default Response
API key in the format: cc_xxx_yyy (for customer API routes)
Vault ID. Example: 550e8400-e29b-41d4-a716-446655440000
Default Response
Vault unique identifier
550e8400-e29b-41d4-a716-446655440000Vault contract address
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045CAIP-2 network identifier
eip155:1Credit Coop protocol/contract generation (e.g. "v1", "v2"). Null when not classified.
v2Display label for the vault. Always present; null if not configured.
Vault curator organization ID
550e8400-e29b-41d4-a716-446655440000Timestamp when the vault contract was deployed
2025-01-15T10:30:00ZDefault Response
const es = new EventSource('/v3/vaults/{id}/logs?format=event-stream');
es.addEventListener('log', (e) => console.log(JSON.parse(e.data)));
es.addEventListener('done', (e) => { console.log('total:', JSON.parse(e.data).total); es.close(); });API key in the format: cc_xxx_yyy (for customer API routes)
Vault ID. Example: 550e8400-e29b-41d4-a716-446655440000
Response format. "json" returns paginated JSON (default 20, max 1000). "csv" returns a streamed CSV file download. "event-stream" returns Server-Sent Events with each log as a named "log" event and a final "done" event. Event types: AddCredit, CancelDepositRequest, CancelRedeemRequest, Deposit, DepositRequest, IncreaseCredit, ManagerDeposit, ManagerWithdraw, MintManagementShares, MintPerformanceShares, PositionAdded, PositionRemoved, ProcessDepositRequest, ProcessRedeemRequest, RedeemRequest, SetFee, SetManager, StrategyDeposit, StrategyWithdraw, SwapCreditPositionForTokens, VaultDeposit, VaultWithdraw, Withdraw, WithdrawDeposit, WithdrawProfit.
jsonPossible values: Start date (YYYY-MM-DD). Example: 2025-01-15
End date, inclusive (YYYY-MM-DD). Example: 2025-01-15
Maximum number of results. For json: default 20, max 1000. For csv/event-stream: default 1000000, max 1000000.
0Vault event logs. Response format depends on the format query parameter.
Vault contract address
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045CAIP-2 network identifier (e.g. eip155:1)
eip155:1Default Response
API key in the format: cc_xxx_yyy (for customer API routes)
Vault ID. Example: 550e8400-e29b-41d4-a716-446655440000
Start date (YYYY-MM-DD, UTC). Defaults to the earliest available snapshot date.
End date, inclusive (YYYY-MM-DD, UTC). Defaults to the latest available snapshot date.
Default Response
Vault contract address
CAIP-2 network identifier
Underlying asset token address (ERC-4626 asset())
Vault share token address (ERC-4626 share())
Asset token decimals (shared by asset and share tokens)
Default Response
API key in the format: cc_xxx_yyy (for customer API routes)
Vault ID. Example: 550e8400-e29b-41d4-a716-446655440000
Default Response
Vault ID
550e8400-e29b-41d4-a716-446655440000Vault contract address
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045CAIP-2 network identifier
eip155:1Default Response
API key in the format: cc_xxx_yyy (for customer API routes)
Vault ID. Example: 550e8400-e29b-41d4-a716-446655440000
Default Response
Vault ID
550e8400-e29b-41d4-a716-446655440000Vault contract address
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045CAIP-2 network identifier
eip155:1Liquid strategy contract address
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045Underlying asset token address shared by all external vaults
0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48Decimal precision of the underlying asset token. Applies to asset-denominated values: totalAssets, uninvestedAssets, vaultAssets, and assetsValue.
Default Response
API key in the format: cc_xxx_yyy (for customer API routes)
Vault ID. Example: 550e8400-e29b-41d4-a716-446655440000
The address to check for whitelisting. Example: 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
Default Response
Vault ID
550e8400-e29b-41d4-a716-446655440000Vault contract address
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045CAIP-2 network identifier
eip155:10xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045Default Response
API key in the format: cc_xxx_yyy (for customer API routes)
Vault ID. Example: 550e8400-e29b-41d4-a716-446655440000
Default Response
Vault ID
550e8400-e29b-41d4-a716-446655440000Vault contract address
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045CAIP-2 network identifier
eip155:1Default Response
API key in the format: cc_xxx_yyy (for customer API routes)
Vault ID. Example: 550e8400-e29b-41d4-a716-446655440000
Default Response
Vault ID
550e8400-e29b-41d4-a716-446655440000Vault contract address
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045CAIP-2 network identifier
eip155:1Default Response
Last updated
Was this helpful?