Skip to content

Commit 8bce7c8

Browse files
authored
Token API Endpoints (#1048)
adding endpoints
1 parent 0a5b5cf commit 8bce7c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/src/pages/en/token-api/endpoint-pricing.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ GET /v1/evm/tokens
3333
GET /v1/svm/tokens
3434
GET /v1/evm/transfers
3535
GET /v1/svm/transfers
36+
GET /v1/tvm/transfers
37+
GET /v1/tvm/transfers/native
3638
GET /v1/evm/balances
3739
GET /v1/svm/balances
3840
GET /v1/evm/balances/native
@@ -46,6 +48,7 @@ Access on-chain swap, liquidity pool, and decentralized exchange data
4648
```
4749
GET /v1/evm/swaps
4850
GET /v1/svm/swaps
51+
GET /v1/tvm/swaps
4952
GET /v1/evm/pools
5053
GET /v1/svm/pools
5154
```
@@ -72,6 +75,7 @@ GET /v1/svm/holders
7275
GET /v1/evm/nft/holders
7376
GET /v1/evm/pools/ohlc
7477
GET /v1/svm/pools/ohlc
78+
GET /v1/tvm/pools/ohlc
7579
GET /v1/evm/balances/historical
7680
```
7781

@@ -85,4 +89,5 @@ GET /v1/version
8589
GET /v1/networks
8690
GET /v1/evm/dexes
8791
GET /v1/svm/dexes
92+
GET /v1/tvm/dexes
8893
```

0 commit comments

Comments
 (0)