crypto-news-api
  1. Schemas
crypto-news-api
  • News
    • Get news list
      GET
    • Get all sources
      GET
    • Get news by source
      GET
  • X (Twitter)
    • Get tweets from followed Twitter users
      GET
    • Get followed Twitter users list
      GET
  • Schemas
    • Schemas
      • Error
      • Success
      • PaginationInfo
      • Article
      • Source
  1. Schemas

PaginationInfo

{
    "page": 1,
    "limit": 20,
    "totalItems": 100,
    "totalPages": 5,
    "hasNextPage": true,
    "hasPrevPage": false
}
Built with