# First pagecurl "https://api.yoshi.ai/transactions?limit=50" \ -H "Authorization: Bearer yoshi_YOUR_KEY"# Next page (use the cursor from the previous response)curl "https://api.yoshi.ai/transactions?limit=50&cursor=eyJpZCI6Ii..." \ -H "Authorization: Bearer yoshi_YOUR_KEY"
The response includes pagination fields at the top level alongside data: