Get supported asset by ID
Retrieves detailed information about a specific asset by its Fireblocks asset ID. Returns the transformed Fireblocks asset data, raw partner response, and support status.
GET
TypeScript
Path Parameters
Customer integration unique identifier
Fireblocks asset ID
Response
Asset retrieved successfully
Response for getting a single supported asset by ID
Public asset information with limited properties for API consumption
Raw partner response data
Example:
{
"assetCode": "USDC",
"network": "ethereum",
"enabled": true
}Whether partner can handle any asset (not just explicitly listed ones)
Example:
false
Note about asset support capabilities
Example:
"Partner supports only explicitly listed assets"
Whether the asset is supported by the partner
Example:
true
Previous
Assess Travel Rule requirementAssesses travel rule requirement for a transaction by validating stored credentials and determining whether Travel Rule compliance is required based on amount, jurisdiction, and partner thresholds.
Next
TypeScript