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