assets.dev docs

/credits

/api/v1/credits - GET

GET/api/v1/credits

Response Body

application/json

curl -X GET "https://example.com/api/v1/credits"
{  "balance": 0,  "ledger": [    {      "id": "4a01a492-f21b-4cad-9836-910ec06f6e26",      "delta": 0,      "reason": "signup_grant",      "entityType": "string",      "entityId": "string",      "createdAt": "2019-08-24T14:15:22Z"    }  ]}