Movement

Module endpoints

GET /movements

GET https://api.slyk.io/movements

Returns a paginated list of movements.

Name

Type

Example

assetCode

= in nin

filter[assetCode]=in:USD,EUR,BTC

createdAt

= gte lte

filter[createdAt]=gte:2019-07-20&lte: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

GET /movements/:id

GET https://api.slyk.io/movements/:id

Returns the movement of the given id.

Name

Example

transaction

include=transaction

Last updated