Public Transactions
Submission Endpoint
Parameters
Parameter
Description
Instructions & Notes
Examples
curl -X POST https://api.blxrbdn.com/ \
-H "Authorization: <YOUR-AUTHORIZATION-HEADER>" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "monad_tx",
"params": {
"transaction": "f86b0184...e0b58219",
"backrunme_reward_address": "0xYourRewardAddressHere"
}
}'
wscat -c wss://api.blxrbdn.com/ws \
--header 'Authorization: <YOUR-AUTHORIZATION-HEADER>' \
-x '{"jsonrpc":"2.0","id":1,"method":"monad_tx","params":{"transaction":"f86b0184...e0b58219","backrunme_reward_address":"0xYourRewardAddressHere"}}'
Response
Last updated