curl --request GET \
--url https://api.example.com/api/v1/wallet/next-round \
--header 'Authorization: Bearer <token>'{
"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 \
--header 'Authorization: Bearer <token>'{
"start_time": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?