WalletTransactionHistoryDataResponse
Wrapped transaction history response for OpenAPI
Properties
| Property | Type | Required | Description |
|---|---|---|---|
data |
WalletTransactionHistoryResponse | Yes |
View JSON Schema
{
"type": "object",
"description": "Wrapped transaction history response for OpenAPI",
"required": [
"data"
],
"properties": {
"data": {
"$ref": "#/components/schemas/WalletTransactionHistoryResponse"
}
}
}