BlockRazor
Go to website
English
English
  • 👉About BlockRazor
  • 👨‍💻Use Cases
    • Wallet
    • DEX
    • Searcher
    • Trading Bot
    • Algorithmic Trading
  • 💸Solana
    • Overview
    • Authentication
    • APIs
      • sendTransaction
      • getTransactionFee
      • Sandwich Detector
  • 🖥️BSC
    • Authentication
    • High-performance Network
      • Proto
      • Subscribe NewTxs
      • Subscribe NewBlocks
      • Send RawTx
      • Send RawTxBatch
      • Full Node Synchronization
    • Block Builder
      • Send Bundle
      • Send PrivateTransaction
      • Call Bundle
      • Trace Bundle
    • APIs
      • GetGasPriceStream
      • GetAllGasPriceStream
      • Sandwich Detector
  • 🛡️Scutum(ETH & BSC)
    • Overview
    • New to MEV
    • Exclusive for Project
    • General for Wallet User
    • Searcher
      • Authentication
      • Subscribe Bundle
      • Send Bundle
  • 📄Statement
    • Privacy Statement
Powered by GitBook
On this page
  1. Scutum(ETH & BSC)
  2. Searcher

Authentication

PreviousSearcherNextSubscribe Bundle

Last updated 3 months ago

To verify the credential, please set the auth token. An example is as follows:

curl -X GET \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer <token>" \
    --data '{}' \
    https://bscscutum.blockrazor.xyz/stream
https://bscscutum.blockrazor.xyz/stream?token=<token>

The <token> in the example must be obtained after registering for BlockRazor. The steps are as follows:

  1. Go to and click on [Register] in the upper right corner of the webpage, the system will redirect you to the registration page.

  2. On the registration page, enter your email and password, then click [Register], the system will send an account activation email to your mailbox.

  3. Go to your mailbox, check the account activation email, and click on the account activation link.

  4. After completing the account activation, proceed to log in, check your account information, and copy the auth token.

🛡️
https://www.blockrazor.io