Skip to content

Commit

Permalink
fix: update rate limit value for all solana apis
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathbabu-moralis committed Dec 24, 2024
1 parent f1ad705 commit ecec5ad
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/configs/api-reference/compute-units.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,42 @@
"path": "/account/{network}/{address}/portfolio",
"price": 10,
"rateLimitCost": 10
},
{
"endpoint": "getTokenPairs",
"path": "/token/{network}/{address}/pairs",
"price": 50,
"rateLimitCost": 50
},
{
"endpoint": "getTokenPairStats",
"path": "/token/{network}/{address}/pairs/stats",
"price": 50,
"rateLimitCost": 50
},
{
"endpoint": "getCandleSticks",
"path": "/token/{network}/pairs/{pairAddress}/ohlcv",
"price": 150,
"rateLimitCost": 150
},
{
"endpoint": "getSwapsByPairAddress",
"path": "/token/{network}/pairs/{pairAddress}/swaps",
"price": 50,
"rateLimitCost": 50
},
{
"endpoint": "getSwapsByWalletAddress",
"path": "/account/{network}/{walletAddress}/swaps",
"price": 50,
"rateLimitCost": 50
},
{
"endpoint": "getSwapsByTokenAddress",
"path": "/token/{network}/{tokenAddress}/swaps",
"price": 50,
"rateLimitCost": 50
}
],
"aptos": [
Expand Down

0 comments on commit ecec5ad

Please sign in to comment.