Skip to main content

Retrieve account usage through API

  • April 17, 2024
  • 1 reply
  • 0 views

Hello, I am interested in programatically retrieving the usage of my account and I was wondering if this is possible. Basically, I need an endpoint from where I can retrieve the processing units and requests used for a fixed period of time. Thanks!

1 reply

Hi @juan_earthpulse ,

There is no dedicated API providing the data you want to retrieve in a summarised manner at the moment. We provide the response headers that allows you to collect data such as PUs spent, PUs remain, requests remain, etc. via curl commands.

Best Regards