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!

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 January 13, 2026