SerenAI

Pay Per Call Agentic Commerce

WalletTransactionHistoryDataResponse

Wrapped transaction history response for OpenAPI

Properties

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