getIncomeHistory
Retrieve cryptocurrency trading income history from Aster Finance to analyze past earnings, track performance, and review transaction records for informed financial decisions.
Instructions
Get income history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | No | ||
| incomeType | No | ||
| limit | No | ||
| startTime | No | ||
| symbol | No |
Input Schema (JSON Schema)
{
"properties": {
"endTime": {
"type": "number"
},
"incomeType": {
"type": "string"
},
"limit": {
"type": "number"
},
"startTime": {
"type": "number"
},
"symbol": {
"type": "string"
}
},
"type": "object"
}