Jump to Content
Datanomik - DevelopersDashboard
GuidesAPI Reference
DashboardGuidesAPI ReferenceDatanomik - Developers
API Reference
GuidesAPI Reference
GuidesAPI Reference

GETTING STARTED

  • ✍ Introduction
  • πŸ” Authentication
  • πŸ” Pagination

COUNTRIES AND INSTITUTIONS

  • Countries
    • List Countriesget
  • Institutions
    • List Institutionsget
    • Detail Institutionget
    • Institution Typesget

OPENFINANCE API

  • Links
    • List Linksget
    • Detail Linkget
    • Create Linkpost
    • Update Link Credentialsput
    • Retrieve Linkpost
    • Check Retrieve Link Statusget
    • Delete Linkdel
    • Update Link Statuspatch
  • Accounts
    • List Accountsget
    • Detail Accountget
    • Account Positionget
  • Balances
    • List Balancesget
    • List Balances Historyget
  • Owners
    • List Ownersget
    • Detail Ownerget
  • General Owners
    • List General Ownersget
    • Detail General Ownerget
  • Users
    • List Usersget
    • Detail Userget
  • Transactions
    • List Transactionsget
    • Detail Transactionget
    • List Transactions Categorget
    • Create Manual Transactionpost
  • Assets
    • List Assetsget
    • Sync Assetspost
  • Investments
    • List Investmentsget
    • List Investments Historyget

Datanomik Remuneration API

  • Accounts
    • List Accountsget
    • Detail Accountget
  • Transactions
    • List Transactionsget
Powered byΒ 

πŸ” Pagination

The follow is an example of how the pagination attributes must be send in every request when needed.

curl --request GET \
     --url {{baseUrl}}/v1/transactions?page=0&size=100

Where page corresponds to the page number and size to the page size (number of row I wish to retrieve by page)