Field | Type | Required | Description | Example |
---|---|---|---|---|
Cursor |
*string | ➖ | Parameter used in pagination requests. Set to the value of next for the next page of results. Set to the value of previous for the previous page of results. No other parameters can be set when the pagination token is set. |
aHR0cHM6Ly9nLnBhZ2UvTmVrby1SYW1lbj9zaGFyZQ== |
Metadata |
map[string]string | ➖ | Filter holds by metadata key value pairs. Nested objects can be used as seen in the example below. | { "admin": "true" } |
PageSize |
*int64 | ➖ | The maximum number of results to return per page | 100 |
WalletID |
*string | ➖ | The wallet to filter on | wallet1 |