Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How list endpoints paginate results.
page
limit
pagination
data
GET /v1/escrow/transactions?type=sales&page=1&limit=10
1
10
data.data
{ "status": 200, "message": "Transaction fetched successfully", "data": { "data": [ { "id": "665f1b2c9a1e4d0012ab3c10", "amount": 150000, "status": "ONGOING" } ], "pagination": { "count": 1, "pages": 1, "isLastPage": true, "nextPage": null, "previousPage": null } } }
count
pages
isLastPage
true
nextPage
null
previousPage