Atlantic Query
Get the list of Atlantic queries you have submitted.
Atlantic Prover Suite (Legacy)
Atlantic API
Proof Generation and Trace Generation
L1 Atlantic Query
L2 Atlantic Query
Fact Hash Calculation
Atlantic Query
Health check
Program Registry
Atlantic Query
Get the list of Atlantic queries you have submitted.
Provide your API key to get list of Atlantic queries you have submitted.
GET
/
v1
/
atlantic-queries
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
}
Response
200
application/json
Successful response
The response is of type object
.
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
}