Skip to main content
GET
/
v1
/
usage
Wallet usage
curl --request GET \
  --url https://gateway.apiosk.com/v1/usage
{
  "total_requests": 123,
  "total_spent_usdc": 123,
  "period": "<string>",
  "by_api": {}
}

Query Parameters

address
string
required

Wallet address.

period
enum<string>
default:all

Usage period.

Available options:
today,
week,
month,
all

Response

200 - application/json

Wallet usage totals grouped by API.

total_requests
integer
total_spent_usdc
number
period
string
by_api
object