Skip to main content
POST
/
setBroadcastConfig
Set broadcast configuration
curl --request POST \
  --url http://localhost:5935/setBroadcastConfig \
  --header 'Content-Type: application/json' \
  --data '
{
  "maxPricePerUnit": "1000",
  "pixelsPerUnit": 1
}
'
This page is still cooking... Expect big things soon!
Check the github issues for ways to contribute! Or provide your feedback in this quick form

Body

application/json
maxPricePerUnit
string

Maximum price per pixel in wei

Example:

"1000"

pixelsPerUnit
integer

Number of pixels per unit

Example:

1

Response

200

Broadcast config updated successfully

Last modified on February 18, 2026