List supported assets
Retrieves a paginated list of assets supported by the partner integration. Includes a flag indicating whether the partner can handle assets not explicitly listed. Supports cursor-based pagination.
GET
TypeScript
Path Parameters
Customer integration unique identifier
Query Parameters
Number of results per page (max 100)
Required range:
1 <= x <= 100Cursor for pagination (from previous response)
Response
Supported assets retrieved successfully
Paginated list of supported assets with partner capability flag
List of supported assets
Whether partner can handle any asset (not just explicitly listed ones)
Example:
true
Note about asset support capabilities
Example:
"Partner can handle assets beyond those explicitly listed"
Previous
Get supported asset by IDRetrieves detailed information about a specific asset by its Fireblocks asset ID. Returns the transformed Fireblocks asset data, raw partner response, and support status.
Next
TypeScript