You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: old-docs/pages/api_integration-guides/how_to_transfer_tokens_between_accounts.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ tx = client.post.transfer(
200
200
201
201
* Asset
202
202
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)).
204
204
Collateral token (USDC) will have an asset ID `0`.
205
205
206
206
* Quantums
@@ -213,4 +213,4 @@ For collateral token, multiply by 10^6. For example, `100 USDC = 100_000_000 qua
213
213
* Token balances can be fetched via `/cosmos/bank/v1beta1/balances/{address}` endpoint ([Example](https://dydx-rest.publicnode.com:443/cosmos/bank/v1beta1/balances/dydx100l9m6g70j28g2tk3jj4plmge8vsmj6jdrlzhk)).
214
214
215
215
**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