Skip to main content
Creda Finance provides a GraphQL API for flexible and efficient data access. This documentation shows real examples from our frontend application, so you can see exactly how we query the data.

API Endpoint

Interactive Explorer

Explore the schema and test queries in our GraphQL playground: https://api.creda.finance/api/graphql

Real Frontend Queries

These are the actual GraphQL queries used in the Creda Finance frontend application.

Get All Portfolios

Used on the analytics/admin pages to show all user portfolios:
Usage in frontend:

Get Transaction History

Used on user portfolio pages and history views:
Usage in frontend:

Get Transaction Count

Used for pagination in transaction history:
Usage in frontend:

Get Market History

Used for displaying historical market data and charts:
Usage in frontend: