Get PriorityFee
Less than 1 minute
API Information
- Method:
GET - URL:
/api/v2/prioritizeTipping - Base URL:
https://api.node1.trade - Authentication:
Not required
Request Example
curl https://api.node1.trade/api/v2/prioritizeTippingSuccessful Response:
{
"priority_fee_lamports": 0
}Response Description:
- priority_fee_lamports:
Current priority fee in lamports - This value is updated periodically by background tasks
- Use this value to set appropriate priority fees for your transactions
Usage Notes
- No authentication is required for this endpoint
- The returned value represents the current recommended priority fee
- This fee helps ensure your transactions are processed with higher priority
- The value is updated automatically by the system
