Jump to Content
StraitsX
GuidesAPI ReferenceChangelog
v0

Open a StraitsX AccountContact SalesLog InStraitsX
Open a StraitsX AccountContact SalesLog In
v0GuidesAPI ReferenceChangelog

Home

  • StraitsX API Documentation
  • Getting Started
    • Sandbox & Production Environments
    • API Keys
  • Download Postman Collection

Customer Profile API

  • Get Started
  • Bank Accounts Guide
  • FAQs

Payment API

  • Get Started
  • Payment Methods
    • Bank Transfer Payments Guide (SG)
    • Bank Transfer Payments Guide (ID)
  • Payment Statuses
  • Blocked Codes
  • Connect Reference Guides
    • Bank Transfer Payments Guide
    • Account Payments Guide
  • FAQs

Payout API

  • Get Started
  • Payout Methods
    • Bank Transfer Payouts Guide (SG)
    • Bank Transfer Payouts Guide (ID)
  • Payout Statuses
  • Connect Reference Guides
    • Bank Transfer Payouts Guide
    • Account Payouts Guide
  • FAQs

Connect API

  • Get Started
  • Bank Accounts Guide
  • Connect User Migration Guide
  • FAQs

Resources

  • Webhooks / Callbacks
    • Securing Your Callback
    • Callback Configuration
  • Error Responses
  • Pagination
  • Transaction Safety
  • Authentication
  • Support
  • Glossary
Powered by 

Pagination

Suggest Edits

You may set the following variables to paginate a list of objects:

Page SizePage Number
Number of objects to be returned in a pageThe page number you want returned

When you make the API call, include page[size] and page[number] to set the variables above. For example, returning the third page of a list of 10 objects each: page[size]=10&page[number]=3

Updated over 1 year ago