Retrieve paginated blog posts filtered by category or tag.
GET /v1/blog/category/:slug for posts in a specific category, and GET /v1/blog/tag/:slug for posts with a specific tag. Both return paginated results in the same structure.
Category and tag slugs are found in the category and tags fields of any post object from the list, recent, or search endpoints. Slugs are lowercase and hyphen-separated.Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
Category slug (e.g. fixed-income, company-analysis). Lowercase, hyphen-separated.
"fixed-income"
Page number. Defaults to 1.
x >= 1