diff --git a/website/src/pages/en/token-api/endpoint-pricing.mdx b/website/src/pages/en/token-api/endpoint-pricing.mdx index f2ab11808583..a1f32138fb74 100644 --- a/website/src/pages/en/token-api/endpoint-pricing.mdx +++ b/website/src/pages/en/token-api/endpoint-pricing.mdx @@ -33,6 +33,8 @@ GET /v1/evm/tokens GET /v1/svm/tokens GET /v1/evm/transfers GET /v1/svm/transfers +GET /v1/tvm/transfers +GET /v1/tvm/transfers/native GET /v1/evm/balances GET /v1/svm/balances GET /v1/evm/balances/native @@ -46,6 +48,7 @@ Access on-chain swap, liquidity pool, and decentralized exchange data ``` GET /v1/evm/swaps GET /v1/svm/swaps +GET /v1/tvm/swaps GET /v1/evm/pools GET /v1/svm/pools ``` @@ -72,6 +75,7 @@ GET /v1/svm/holders GET /v1/evm/nft/holders GET /v1/evm/pools/ohlc GET /v1/svm/pools/ohlc +GET /v1/tvm/pools/ohlc GET /v1/evm/balances/historical ``` @@ -85,4 +89,5 @@ GET /v1/version GET /v1/networks GET /v1/evm/dexes GET /v1/svm/dexes +GET /v1/tvm/dexes ```