GET /v1/credits
Wallet balance and 30-day spend
Programmatic spend visibility — the wallet balance and the trailing 30-day spend for the key's account.
Request
No request body.
Responses
200 The credit summary.
| Field | Type | Required | Description |
|---|---|---|---|
| object | string | no | — |
| data | object | no | — |
401 401
| Field | Type | Required | Description |
|---|---|---|---|
| error | object | yes | — |
404 404
| Field | Type | Required | Description |
|---|---|---|---|
| error | object | yes | — |
Example
curl https://api.ironstratum.com/v1/credits \
-H "Authorization: Bearer $IRONSTRATUM_API_KEY"