Pagination Object
Here is the Pagination Object description. But it can return the right fields for each request type.
Fields
| Name | Type | Possible Values | Description |
|---|---|---|---|
| symbol | string | Optional | The 3-letter (or more) short string identifier of the asset used in this transaction part |
| limit | number | Optional | Maximum record limit per request. Minium is 25 and maximum is 50. |
| offset | number | Optional | |
| from | date-time | Optional | ISO 8601 or YYYY-MM-DD |
| start | string | None or Record Id | |
| end | string | None or Record Id | |
| next_uri | string | None or Uri with query param | Ex: /users?limit=25&offset=25&to=2021-11-20T02:10:44Z& |
| previous_uri | string | None` or Uri with query param | Ex: /users?limit=25&offset=0&to=2021-11-20T02:10:44Z& |