get https://api.explorium.ai/v1/credits
Returns the allocated and remaining credits for the account.
Call with the account api-key in the header.
Example response:
{
"response_context": {
"correlation_id": "5618d686ecb849fda660c3023acf3120",
"request_status": "success",
"time_took_in_seconds": 0.074
},
"allocated_credits": 1000,
"remaining_credits": 964
}