We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a25080a + 5d058e9 commit bd4221fCopy full SHA for bd4221f
src/utils/lib.ts
@@ -332,7 +332,7 @@ export async function getUserStakePoolsForBlockHeights(
332
333
// Fetch staking transactions if at least one block height is missing from cache
334
const { data } = await axios.get(
335
- `https://api3.nearblocks.io/v1/account/${account_id}/stake-txns?per_page=250`,
+ `https://api3.nearblocks.io/v1/account/${account_id}/stake-txns?per_page=75`,
336
{
337
headers: {
338
Authorization: `Bearer ${process.env.NEARBLOCKS_API_KEY}`,
0 commit comments