Skip To Content
Menu
Fireblocks - Powering the Digital Asset Economy

Powering the Digital Asset Economy

Digital asset infrastructure built for scale and trusted for security

  • 2000 +

    customers

  • $ 10 T

    in transactions

  • 300 M

    wallets secured

Connecting the world of

    • Grow your business on the blockchain

      Grow your business on the blockchain

    • Protect your crypto assets and operations with unrivaled securit

      Protect your crypto assets and operations with unrivaled security

    • Expand the reach of global payments with stablecoins

      Expand the reach of global payments with stablecoins

    • Meet regulatory standards with built-in compliance

      Meet regulatory standards with built-in compliance

    • Operate with future-proof confidence

      Operate with future-proof confidence

  • Plain text
    Copy to clipboard
    Open code in new window
    EnlighterJS 3 Syntax Highlighter
    import fs from "fs";
    import path from "path";
    import {FireblocksSDK, PeerType, TransactionArguments, TransactionOperation, TransactionStatus} from "fireblocks-sdk";
    apiSecret = fs.readFileSync(path.resolve(__dirname, "./fireblocks_secret.key"), "utf8");
    const apiKey = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX";
    fireblocks = new FireblocksSDK(apiSecret, apiKey);
    import fs from "fs"; import path from "path"; import {FireblocksSDK, PeerType, TransactionArguments, TransactionOperation, TransactionStatus} from "fireblocks-sdk"; apiSecret = fs.readFileSync(path.resolve(__dirname, "./fireblocks_secret.key"), "utf8"); const apiKey = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"; fireblocks = new FireblocksSDK(apiSecret, apiKey);
    import fs from "fs";
    
    import path from "path";
    
    import {FireblocksSDK, PeerType, TransactionArguments, TransactionOperation, TransactionStatus} from "fireblocks-sdk";
    
    apiSecret = fs.readFileSync(path.resolve(__dirname, "./fireblocks_secret.key"), "utf8");
    
    const apiKey = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX";
    
    fireblocks = new FireblocksSDK(apiSecret, apiKey);

     

  • Plain text
    Copy to clipboard
    Open code in new window
    EnlighterJS 3 Syntax Highlighter
    from fireblocks_sdk import FireblocksSDK, TransferPeerPath, DestinationTransferPeerPath, TransactionStatus
    apiSecret = open('fireblocks_secret.key', 'r').read()
    apiKey = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'
    fireblocks = FireblocksSDK(apiSecret, apiKey)
    from fireblocks_sdk import FireblocksSDK, TransferPeerPath, DestinationTransferPeerPath, TransactionStatus apiSecret = open('fireblocks_secret.key', 'r').read() apiKey = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX' fireblocks = FireblocksSDK(apiSecret, apiKey)
    from fireblocks_sdk import FireblocksSDK, TransferPeerPath, DestinationTransferPeerPath, TransactionStatus
    
    apiSecret = open('fireblocks_secret.key', 'r').read()
    
    apiKey = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'
    
    fireblocks = FireblocksSDK(apiSecret, apiKey)

     

Everything developers need to build on the blockchain

Explore the Fireblocks platform to build with security and scale without limits with our APIs, SDKs, guides, and tutorials.

Ready for a deeper dive?

Get a Fireblocks Platform Demo

Find out how Fireblocks helps your digital asset business to grow fast and stay secure.

g2 & 4.5/5 stars