curl --request GET \
--url https://atlantic.api.herodotus.cloud/v1/atlantic-queries
{
"sharpQueries": [
{
"id": "<string>",
"submittedByClient": "<string>",
"status": "RECEIVED",
"step": "<string>",
"programHash": "<string>",
"layout": "<string>",
"programFactHash": "<string>",
"price": "<string>",
"gasUsed": 123,
"creditsUsed": 123,
"traceCreditsUsed": 123,
"isFactMocked": true,
"prover": "starkware_sharp",
"chain": "L1",
"steps": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}
Provide your API key to get list of Atlantic queries you have submitted.
curl --request GET \
--url https://atlantic.api.herodotus.cloud/v1/atlantic-queries
{
"sharpQueries": [
{
"id": "<string>",
"submittedByClient": "<string>",
"status": "RECEIVED",
"step": "<string>",
"programHash": "<string>",
"layout": "<string>",
"programFactHash": "<string>",
"price": "<string>",
"gasUsed": 123,
"creditsUsed": 123,
"traceCreditsUsed": 123,
"isFactMocked": true,
"prover": "starkware_sharp",
"chain": "L1",
"steps": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}
Successful response
The response is of type object
.