Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Add note about my_recent_swaps response page_number default.
Browse files Browse the repository at this point in the history
  • Loading branch information
artemii235 committed Jan 28, 2021
1 parent a731614 commit 3cd848f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-docs/atomicdex/atomicdex-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1851,7 +1851,7 @@ The `my_recent_swaps` method returns the data of the most recent atomic swaps ex
| skipped | number | the number of skipped records (i.e. the position of `from_uuid` in the list + 1 or `(page_number - 1) * limit`; the value is 0 if `from_uuid` or `page_number` were not set or `page_number` is 1) |
| limit | number | the limit that was set in the request; note that the actual number of swaps can differ from the specified limit (e.g. on the last page) |
| total | number | total number of swaps available with the selected filters |
| page_number | number | the page_number that was set in the request; this value is null if nothing was set |
| page_number | number | the page_number that was set in the request; if both `page_number` and `from_uuid` are not set in request it will default to `1`; if `from_uuid` is present in request this value will be always null |
| total_pages | number | total pages available with the selected filters and limit |
| found_records | number | the number of returned swaps |

Expand Down

0 comments on commit 3cd848f

Please sign in to comment.