RPC Reference
All calls to the PFL relay must be in JSON-RPC format for compatibility and can be sent over HTTP or WebSocket.
Endpoints:
HTTP:
https://polygon-rpc.fastlane.xyz/
Websocket:
wss://polygon-rpc.fastlane.xyz/ws
pfl_sendRawTransactionConditional
Submits a new conditional transaction.
Parameter
Type
Description
Encoded transaction
String
The hexadecimal encoded transaction.
Options
OptionsAA4337
Refer to OptionsAA4337 type in the Bor GitHub repository for detailed parameter structure.
Last updated