Starting the indexer:
yarn start
Stopping and removing containers:
yarn stop
For additional commands see package.json
or commands.json
GET /transfers
Fetches transfers ordered by time. Results can be filtered by various query parameters.
- page: The page number for paginated results.
Default:1
- limit: The number of records per page.
Default:10
- status: The status of the transfer.
Possible values:pending
,executed
,failed
- txHash: Transaction hash of the transfer to filter by.
- component: Component of the transfer.
Possible values:deposit
,execution
Default:deposit
- sender: The address of the sender to filter by.
GET /health
Health check endpoint to ensure the system is running properly