Get credits remaining

Returns the users' remaining credits

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Request

curl --request GET \
     --url https://api.0xscope.com/v2/basic/credits \
     --header 'API-KEY: your_api_key' \
     --header 'accept: */*'

Sample Response

{
  "code": 0,
  "data": 2999671,
  "uuid": 1631549254684545000
}
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*