Get a Blockchain by ID
Returns a blockchain by ID or legacyID.
GET
TypeScript
Path Parameters
The ID or legacyId of the blockchain
Response
Blockchain with requested identification
The ID of the blockchain
Example:
"9f9f7062-df90-4fc0-8697-96685184357b"
The old blockchain ID representation of the blockchain
Example:
"ETH"
The name of the blockchain
Example:
"Ethereum"
Native asset ID of this blockchain
Example:
"9f9f7062-df90-4fc0-8697-96685184356a"
Previous
List assets (Legacy)**This legacy endpoint has not been deprecated but it should not be used in your operations. Instead, use the new [List assets](https://developers.fireblocks.com/reference/listassets) endpoint for better performance and to retrieve more detailed asset information.**
Retrieves all assets supported by Fireblocks in your workspace.
**Endpoint Permissions:** Admin, Non-Signing Admin, Signer, Approver, Editor.
Next
TypeScript