Calico API
Assets Guide
The Assets endpoint returns a consolidated view of a user's digital asset balances across multiple sources, such as exchanges, custodial platforms, and self-custodial wallets. This endpoint simplifies portfolio tracking by aggregating balances into a single response, eliminating the need to query each source individually.
Use Case
Ideal for applications that need to display a user's total holdings across various platforms. For example, if a user holds:
BTC on Coinbase
BTC in a self-custodial wallet
OpenAPI
The Calico OpenAPI Specification (OAS) includes all endpoints plus request & response schemas with definitions. Use it for reference or to generate collections or SDKs.
Learn more about:
Assets endpoint
Get assets for user
Get assets from all exchanges associated with the connected user.
https://api.getcalico.com/platform/v1/assets
Authorization
Example
Parameters
Parameter | Type | Description |
---|---|---|
| number | Request data fetched after this time. Format timestamps in milliseconds since the Unix epoch.
|
| number | Request data fetched before this time. Format timestamps in milliseconds since the Unix epoch.
|
| string | Filters to return only assets with the specified asset symbol(s). Multiple symbols can be provided as a comma-separated list. Omitting this parameter defaults to all assets. Example:
Returns only BTC and SOL assets. |
| string | Filters results to include only assets from the specified crypto_source(s). Multiple sources can be provided as a comma-separated list. Leaving this parameter blank defaults to querying all connected crypto sources. Example:
Returns only Coinbase and Binance assets. |
| number | Maximum number of assets to return. If not specified, the value defaults to 30. The maximum value is 100. |
Example response
Ready to get started?
Contact Us