โ๏ธAPI Documentation
About 221 wordsLess than 1 minute
2025-09-03
API Basics
- Base URL:
https://api.flashblock.trade
- Authentication: Most endpoints require API key (except tip-related endpoints)
- Format: All requests and responses use JSON format
Available Endpoints
- Send Transaction
- Submit transactions using JSON-RPC 2.0 or custom REST API format
- Get Random Tip Address
- Get system-generated random tip address
- Get Priority Fee
- Get current priority fee in lamports
- Adaptive Tip
- Get adaptive tip amount based on network conditions
- Get Transaction Error Details
- Query error details by transaction hash
- Error Codes
- Complete list of error codes and descriptions
Authentication
Most API requests require an API key in the request header:
Authorization: YOUR_API_KEY
Note: Tip-related endpoints (/api/v2/randomTipAddress
, /api/v2/prioritizeTipping
, /api/v2/tip-floor
) do not require authentication.
To obtain your API key, please send an email to [email protected] with your request.
Support
If you have any questions, please visit our Support Page.