Transactions
Get Transaction List
Get paginated transaction history for a wallet
GET
Date Filtering
You can filter transactions by date usingday, month, and year parameters:
Function Filtering
Filter by contract function name to see specific types of transactions:Authorizations
Bearer token — use your secret key (sk_prod_xxx) for server-side calls, or the user's JWT for client-side calls
Your Chipi public API key (pk_xxx)
Query Parameters
The wallet address to get transactions for
Page number (default: 1)
Items per page (default: 10)
Filter by contract function name (e.g., "transfer", "approve")
Filter by day of month (1-31)
Required range:
1 <= x <= 31Filter by month (1-12)
Required range:
1 <= x <= 12Filter by year (e.g., 2025)
