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== |
Expand |
*string | ➖ | N/A | balances |
Metadata |
map[string]string | ➖ | Filter wallets by metadata key value pairs. Nested objects can be used as seen in the example below. | { "admin": "true" } |
Name |
*string | ➖ | Filter on wallet name | wallet1 |
PageSize |
*int64 | ➖ | The maximum number of results to return per page | 100 |