We recommend leveraging the Go RPC client or alternatively using the REST API below to send bids. For those who prefer to use command-line tools, options like grpcurl, or BloomRPC are available. These tools require the protobuf definitions from the repository to interact with the RPC services.
Utilize the provided protobuf files to generate a client in your preferred programming language, enabling seamless integration with your existing codebase.
curl -X POST http://localhost:13523/v1/bidder/bid \-d '{ "txHash": <the hash of the transaction>, "amount": <amount in wei>, "blockNumber": <blocknumber>}'
🌐 Postman Power: Prefer a GUI? We’ve created a
custom Postman request
as an alterative way to send bids. Ensure you’ve got the Postman agent ready to go!The REST API provides a straightforward way to submit bids using HTTP requests. For detailed usage instructions, refer to the Bidder API documentation.