sendTransaction is used to send signed transaction on Solana based on gRPC.
Endpoint
Region
URL
Frankfurt
frankfurt.solana-grpc.blockrazor.xyz:80
Hong Kong
hongkong.solana-grpc.blockrazor.xyz:80
New York
newyork.solana-grpc.blockrazor.xyz:80
Rate Limit
Tier 4
Tier 3
Tier 2
Tier 1
Tier 0
10 TPM
5 TPS
50 TPS
100 TPS
Custom
Request Parameter
Parameters
Mandatory
Format
Example
Remark
signedtx
mandatory
String
"AVXo5X……gEAAAA="
Fully signed transactions, compatible with encoding protocal base 64 and base 58, with base 64 being recommended
skipPreflight
optional
Bool
false
The default value is false, which means that the transaction preflight check will not be skipped. If set to true, the transaction preflight check will be skipped.
The commitment level used for preflight checking is divided into processed, confirmed and finalized. For details, see . The default is confirmed.
Priority Fee is an additional transaction fee charged by Solana in CU lamports on top of Base Fee (the minimum cost of sending a transaction, 5,000 lamports for each signature included in the transaction). As an option, users can set Priority Fee as needed when constructing a transaction. Due to limited computing resources, Leader nodes order transactions mainly by transaction value when generating blocks. Transactions with higher Priority Fee have a higher probability of being included in the next block. BlockRazor provides the method to help users obtain the recommended Priority Fee.
When constructing a transaction, you need to add a instruction of Tip transfer into the transaction to further speed up the inclusion. BlockRazor does not charge service fees from Tips. Tier 4 - Tier 1 users must have a Tip transfer amount of at least 1,000,000 Lamports (0.001 Sol) and Tier 0 users must have a Tip transfer amount of at least 100,000 Lamports (0.0001 Sol). It is recommended to set it to the value returned by . The account to receive Tip is: