BlockRazor
Go to website
繁体中文
繁体中文
  • 👉关于BlockRazor
  • 👨‍💻用户案例
    • 钱包
    • 去中心化交易所
    • Trading Bot
    • Searcher
    • 量化交易系统
  • 💸Solana
    • 总览
    • Authentication
    • APIs
      • sendTransaction
      • getTransactionFee
      • Sandwich Detector
  • 🖥️BSC
    • Authentication
    • Dedicate Node
      • 創建Dedicate Node
      • 使用Dedicate Node
    • 高性能網絡
      • Proto
      • Subscribe NewTxs
      • Subscribe NewBlocks
      • Send RawTx
      • Send RawTxBatch
      • 全節點同步
    • Block Builder
      • Send Bundle
      • Send PrivateTransaction
      • Call Bundle
      • Trace Bundle
    • APIs
      • GetGasPriceStream
      • GetAllGasPriceStream
      • Sandwich Detector
  • 🛡️Scutum(ETH & BSC)
    • 总览
    • New to MEV
    • 項目專屬RPC
    • 錢包用戶通用RPC
    • Searcher
      • Authentication
      • Subscribe Bundle
      • Send Bundle
  • 📄声明
    • 隱私聲明
Powered by GitBook
On this page
  1. Solana

Authentication

Previous总览NextAPIs

Last updated 1 month ago

為對API的請求做認證,請在gRPC請求中設置auth token,請求示例如下:

auth := Authentication{
     "M2ZiZj……JhODA1",
}

示例中的"M2ZiZj……JhODA1"為auth token,需在註冊BlockRazor後獲取,步驟如下:

  1. 前往,在網頁右上角點擊【註冊】,系統跳轉至註冊頁

  2. 在註冊頁輸入郵箱和密碼,點擊【註冊】,系統會向郵箱發送賬戶激活郵件

  3. 前往郵箱,查看賬戶激活郵件,點擊賬戶激活鏈接

  4. 完成賬戶激活,前往登錄,查看賬戶信息,複製auth token

💸
https://www.blockrazor.io