Skip to main content
POST
/
fork
/
{id}
/
step
advance the fork by N ticks
curl --request POST \
  --url http://localhost:3917/fork/{id}/step \
  --header 'Content-Type: application/json' \
  --data '{
  "ticks": 1
}'

Path Parameters

id
string
required

Fork id

Body

application/json
ticks
integer<int64>
Required range: x >= 0

Response

200 - application/json

Fork advanced (or ok:false if not found).