Movement Management APIs
1. Retrieve Movement Details
get
Retrieves the data for a previously executed instruction.
Path parameters
idstringRequired
Query parameters
datastringRequired
Responses
200
Response to /api/v1/instruction/{id}
application/json
default
default response to /api/v1/instruction/{id}
application/json
get
/api/v1/instruction/{id}2. Track Wallet Movement
get
Retrieves an account wallet.
Path parameters
groupstringRequired
accountstringRequired
walletstringRequired
currencystringRequired
Responses
200
Response to /api/v1/group/{group}/{account}/{wallet}/{currency}
application/json
default
default response to /api/v1/group/{group}/{account}/{wallet}/{currency}
application/json
get
/api/v1/group/{group}/{account}/{wallet}/{currency}Example Use Cases
Last updated

