You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rpc/gettransactionsforaddress.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: "Learn how to query Solana transaction history with advanced filter
6
6
7
7
8
8
<Tip>
9
-
**Helius Exclusive Feature** - `getTransactionsForAddress` is only available through Helius RPC nodes and is not part of standard Solana RPC. This endpoint requires a [Developer plan](/billing/plans) or higher and costs 100 credits per request. Returns 100 full transactions or 1,000 signatures.
9
+
**Helius Exclusive Feature** - `getTransactionsForAddress` is only available through Helius RPC nodes and is not part of standard Solana RPC. This endpoint requires a [Developer plan](/billing/plans) or higher and costs 50 credits per request. Returns 100 full transactions or 1,000 signatures.
Copy file name to clipboardExpand all lines: rpc/guides/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ Query live blockchain data including accounts, balances, current slots, and real
126
126
127
127
## Historical Data (Archival)
128
128
129
-
Access complete transaction and block history from Solana genesis. All archival methods cost 10 credits. [Learn more about historical data →](/rpc/historical-data)
129
+
Access complete transaction and block history from Solana genesis. All archival methods cost 1 credit. [Learn more about historical data →](/rpc/historical-data)
Copy file name to clipboardExpand all lines: rpc/historical-data.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ For advanced filtering, sorting, and token account history, use [`getTransaction
125
125
126
126
#### getTransactionsForAddress
127
127
128
-
Enhanced transaction history with advanced filtering, bidirectional sorting, token account support, and efficient pagination. **Costs 100 credits per request.**
128
+
Enhanced transaction history with advanced filtering, bidirectional sorting, token account support, and efficient pagination. **Costs 50 credits per request.**
129
129
130
130
**Use cases:**
131
131
- Complete wallet token history (including associated token accounts)
0 commit comments