Skip to main content
1

Get your API key

Follow the Authentication guide to create a key.
2

Fetch your accounts

List all your linked financial accounts:
You’ll get a response like:
3

Fetch your transactions

Get your recent transactions with pagination:

Pagination

List endpoints support cursor-based pagination:
The response includes pagination fields at the top level alongside data:
When has_more is false, you’ve reached the last page.

What’s Next?

API Reference

Browse all available endpoints.

Rate Limits

Understand rate limiting before building integrations.
Last modified on April 16, 2026