Movement
Last updated
Last updated
GET /movements
GET
https://api.slyk.io/movements
Returns a paginated list of movements
.
GET /movements/:id
GET
https://api.slyk.io/movements/:id
Returns the movement
of the given id
.
Name
Type
Example
assetCode
=
in
nin
filter[assetCode]=in:USD,EUR,BTC
createdAt
=
gte
lte
filter[createdAt]=gte:2019-07-20<e:2019-07-21
id
=
in
nin
filter[id]=nin:802a5163-7ad3-4047-b600-088c1f746733,9d3bed88-34b6-4a06-aa79-ed4b32ba0d44
transactionId
=
in
nin
filter[transactionId]=802a5163-7ad3-4047-b600-088c1f746733
walletId
=
in
nin
filter[walletId]=in:802a5163-7ad3-4047-b600-088c1f746733,9d3bed88-34b6-4a06-aa79-ed4b32ba0d44
Name
Example
amount
sort=amount
sort=-amount
createdAt
sort=createdAt
sort=-createdAt
Name
Example
transaction
include=transaction
Name
Description
Example
size
Defines the number of results per page. Default = 30.
page[size]=2
number
Defines the number of the page to retrieve. Default = 1
page[number]=2
Name
Example
transaction
include=transaction