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
Get public key for PII encryptionRetrieves the partner's public key in JWK format for encrypting PII data in Travel Rule Messages. Use this key to encrypt sensitive originator and beneficiary information before sending Travel Rule messages.
Next
TypeScript