Record
get-balance-history-response
No description available.
record get-balance-history-response {
data: list<transaction>,
has-more: bool,
object: get-balance-history-response-object-enum,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| data | list<transaction> | |
| has-more | bool | |
| object | get-balance-history-response-object-enum | |
| url | string |