Lender's Vault Exposure

Arkis provides APIs for lenders to monitor current positions across vaults and markets, as well as the risk exposure of their investments based on asset and venue distribution.

The API allows lenders to analyze how capital is allocated across different protocols, assets, and networks, helping them better understand portfolio exposure and diversification.

The endpoint below provides asset exposure relative to the leveraged asset. It supports flexible grouping of allocation using the group_by parameter, allowing results to be aggregated by protocols, assets, networks, or a combination of these dimensions.

Depending on the selected grouping, some assets may not fall into a specific category. Such allocations are returned in a separate others section.

The OpenAPI specification below describes the endpoints that are available for use with an API key. This pagearrow-up-right includes step-by-step instructions on how to create and revoke an API key.

The Arkis Public API is available at the following URL: https://api.arkis.xyzarrow-up-right. The API key must be included in the Authorization header in the format: Bearer api_key.

Get a list of all vaults whitelisted for you organization

get

Get a list of basic information about all vaults whitelisted for your organization.

Authorizations
AuthorizationstringRequired

Bearer token authentication. Example: "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

Responses
chevron-right
200

OK

application/json
get
https://api.arkis.xyz/e/v1/vaults

Get detailed information about the specific vault

get

Get detailed information about a specific vault. Optional group_by query parameters can be used to modify how allocation data is grouped.

Authorizations
AuthorizationstringRequired

Bearer token authentication. Example: "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

Path parameters
vault_idstringRequired

Vault ID

Query parameters
Responses
chevron-right
200

OK

application/json
get
https://api.arkis.xyz/e/v1/vaults/{vault_id}

Last updated