Get VASP by ID
Retrieves detailed information about a specific VASP by its unique identifier. Returns VASP details including public key if available.
GET
TypeScript
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Customer integration unique identifier
VASP unique identifier (DID format)
Response
VASP retrieved successfully
VASP unique identifier (DID format)
Example:
"did:ethr:0x1234567890abcdef"
VASP display name
Example:
"ACME Virtual Assets"
Legal entity name
Example:
"ACME Virtual Assets Corporation"
VASP public key for encryption
Example:
"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA...\n-----END PUBLIC KEY-----"
Previous
List supported assetsRetrieves 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.
Next
TypeScript