Skip to content

Commit 29ac132

Browse files
kzdydxgaonip
authored andcommitted
remove lv5
1 parent 6dca1bc commit 29ac132

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

docs/pages/interaction/endpoints.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ Connections to the trading client to the full nodes are established using the (g
235235
| Polkachu | `https://dydx-dao-grpc-1.polkachu.com:443` <br/> `https://dydx-dao-grpc-2.polkachu.com:443` <br/> `https://dydx-dao-grpc-3.polkachu.com:443` | 300 req/m |
236236
| KingNodes | `https://dydx-ops-grpc.kingnodes.com:443` | 250 req/m |
237237
| Enigma | `https://dydx-dao-grpc.enigma-validator.com:443` | |
238-
| Lavender.Five | `https://dydx.lavendarfive.com:443` | |
239238
| PublicNode | `https://dydx-grpc.publicnode.com:443` | |
240239

241240

@@ -256,7 +255,6 @@ Connections to the trading client to the full nodes are established using the (g
256255
| Polkachu | `https://dydx-dao-rpc.polkachu.com:443` | 300 req/m |
257256
| KingNodes | `https://dydx-ops-rpc.kingnodes.com:443` | 250 req/m |
258257
| Enigma | `https://dydx-dao-rpc.enigma-validator.com:443` | |
259-
| Lavender.Five | `https://dydx-rpc.lavenderfive.com:443` | |
260258
| AutoStake | `https://dydx-mainnet-rpc.autostake.com:443` | 4 req/s |
261259
| EcoStake | `https://rpc-dydx.ecostake.com:443` | |
262260
| PublicNode | `https://dydx-rpc.publicnode.com:443` | |
@@ -275,7 +273,6 @@ Connections to the trading client to the full nodes are established using the (g
275273
| Polkachu | `https://dydx-dao-api.polkachu.com:443` | 300 req/m |
276274
| KingNodes | `https://dydx-ops-rest.kingnodes.com:443` | 250 req/m |
277275
| Enigma | `https://dydx-dao-lcd.enigma-validator.com:443` | |
278-
| Lavender.Five | `https://dydx-api.lavenderfive.com:443` | |
279276
| AutoStake | `https://dydx-mainnet-lcd.autostake.com:443` | 4 req/s |
280277
| EcoStake | `https://rest-dydx.ecostake.com:443` | |
281278
| PublicNode | `https://dydx-rest.publicnode.com:443` | |
@@ -295,7 +292,6 @@ Connections to the trading client to the full nodes are established using the (g
295292
| Team | URI |
296293
| ------------- | -------------------------------------------------- |
297294
| OEGS | `oegs-testnet.dydx.exchange:443` |
298-
| Lavender Five | `testnet-dydx.lavenderfive.com:443 (TLS)` |
299295
| King Nodes | `test-dydx-grpc.kingnodes.com:443 (TLS)` |
300296
| Polkachu | `dydx-testnet-grpc.polkachu.com:23890 (plaintext)` |
301297

@@ -305,7 +301,6 @@ Connections to the trading client to the full nodes are established using the (g
305301
| ------------- | ----------------------------------------------- |
306302
| OEGS | `https://oegs-testnet.dydx.exchange:443` |
307303
| Enigma | `https://dydx-rpc-testnet.enigma-validator.com` |
308-
| Lavender Five | `https://testnet-dydx-rpc.lavenderfive.com` |
309304
| King Nodes | `https://test-dydx-rpc.kingnodes.com` |
310305
| Polkachu | `https://dydx-testnet-rpc.polkachu.com` |
311306

@@ -314,7 +309,6 @@ Connections to the trading client to the full nodes are established using the (g
314309
| Team | URI |
315310
| ------------- | ----------------------------------------------- |
316311
| Enigma | `https://dydx-lcd-testnet.enigma-validator.com` |
317-
| Lavender Five | `https://testnet-dydx-api.lavenderfive.com` |
318312
| King Nodes | `https://test-dydx-rest.kingnodes.com` |
319313
| Polkachu | `https://dydx-testnet-api.polkachu.com` |
320314

old-docs/pages/api_integration-guides/how_to_transfer_tokens_between_accounts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ tx = client.post.transfer(
200200

201201
* Asset
202202

203-
Asset ID can be fetched using the `/dydxprotocol/assets/asset` endpoint ([Example](https://dydx-api.lavenderfive.com:443/dydxprotocol/assets/asset)).
203+
Asset ID can be fetched using the `/dydxprotocol/assets/asset` endpoint ([Example](https://dydx-rest.publicnode.com/dydxprotocol/assets/asset)).
204204
Collateral token (USDC) will have an asset ID `0`.
205205

206206
* Quantums
@@ -213,4 +213,4 @@ For collateral token, multiply by 10^6. For example, `100 USDC = 100_000_000 qua
213213
* Token balances can be fetched via `/cosmos/bank/v1beta1/balances/{address}` endpoint ([Example](https://dydx-rest.publicnode.com:443/cosmos/bank/v1beta1/balances/dydx100l9m6g70j28g2tk3jj4plmge8vsmj6jdrlzhk)).
214214

215215
**Subaccounts**
216-
* Collateral token position/balance can be fetched via `/dydxprotocol/subaccounts/subaccount/{address}/{subaccountNumber}` endpoint. [Example](https://dydx-api.lavenderfive.com:443/dydxprotocol/subaccounts/subaccount/dydx100l9m6g70j28g2tk3jj4plmge8vsmj6jdrlzhk/0)
216+
* Collateral token position/balance can be fetched via `/dydxprotocol/subaccounts/subaccount/{address}/{subaccountNumber}` endpoint. [Example](https://dydx-rest.publicnode.com:443/dydxprotocol/subaccounts/subaccount/dydx100l9m6g70j28g2tk3jj4plmge8vsmj6jdrlzhk/0)

0 commit comments

Comments
 (0)