Pagination & Filtering
How to paginate and filter list endpoints.
Pagination parameters
Parameter
Type
Default
Description
Example
curl -X GET "https://ramp-api.ivorypay.io/api/v1/transactions?page=2&limit=10" \
-H "x-api-key: your_api_key"Date filtering
Parameter
Type
Description
Example
curl -X GET "https://ramp-api.ivorypay.io/api/v1/transactions?startPeriodDatetime=2026-01-01T00:00:00Z&endPeriodDatetime=2026-01-31T23:59:59Z" \
-H "x-api-key: your_api_key"Endpoint-specific filters
Deposits
Parameter
Type
Description
Example
Response with pagination metadata
Field
Type
Description
Last updated