SerenAI

Pay Per Call Agentic Commerce

WalletBalanceDataResponse

Wrapped wallet balance response for OpenAPI

Properties

PropertyTypeRequiredDescription
data WalletBalanceResponse Yes
View JSON Schema
{
  "type": "object",
  "description": "Wrapped wallet balance response for OpenAPI",
  "required": [
    "data"
  ],
  "properties": {
    "data": {
      "$ref": "#/components/schemas/WalletBalanceResponse"
    }
  }
}