curl --request GET \
--url https://api.example.com/api/v1/wallet/next-round{
"start_time": "2023-11-07T05:31:56Z"
}Queries the Ark server for the next scheduled round start time and returns it in RFC 3339 format.
curl --request GET \
--url https://api.example.com/api/v1/wallet/next-round{
"start_time": "2023-11-07T05:31:56Z"
}Returns the next round start time
The next round start time in RFC 3339 format
Was this page helpful?