cURL
curl --request GET \ --url https://api.axiom.xyz/v1/configs/{config_id} \ --header 'Axiom-API-Key: <api-key>'
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "openvm_version": "<string>", "stark_backend_version": "<string>", "status": "ready", "active": true }
Get the config details.
Right now the only available config is: 8700ea25-f3b2-4ac2-a745-3e26d754d7a5
8700ea25-f3b2-4ac2-a745-3e26d754d7a5
Successful Response
The response is of type object.
object
Was this page helpful?