Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dist
/node_modules
vocs-docs/
vocs-docs/

.omc/*
3 changes: 2 additions & 1 deletion docs/pages/node-client/private/transfer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub async fn transfer(
| `sender_subaccount` | query | [SubaccountId] | true | The sender subaccount ID. |
| `recipient_subaccount` | query | [SubaccountId] | true | The recipient subaccount ID. |
| `asset_id` | query | [AssetId] | true | The asset ID. |
| `amount` | query | int | true | The amount to transfer i USDC |
| `amount` | query | int | true | The amount to transfer in quote quantums (e.g. `1_000_000` = 1 USDC). [See more about quantums] |

#### Response

Expand All @@ -74,3 +74,4 @@ Examples: [Python] | [TypeScript] | [Rust]
[TxHash]: /types/tx_hash
[Bad Request]: /types/bad-request
[Not Found]: /types/not-found
[See more about quantums]: ../../concepts/trading/quantums#quantums
16 changes: 0 additions & 16 deletions docs/pages/nodes/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,10 @@ See [Endpoints](/interaction/endpoints#indexer).

| Team | URI |
| ------------- | -------------------------------------------------------------------------------------- |
| Lavender.Five | `https://services.lavenderfive.com/mainnet/dydx#live-peers` |
| Polkachu | `https://polkachu.com/live_peers/dydx` |

:::

:::details[testnet]

| Team | URI |
| ------------- | --------------------------------------------------------------------------------------- |
| Lavender.Five | `https://services.lavenderfive.com/testnet/dydx#live-peers` |

:::

## Address Book Providers

Expand All @@ -160,17 +152,9 @@ See [Endpoints](/interaction/endpoints#indexer).
| ------------- | -------------------------------------------------------------------------------------- |
| AutoStake | `https://autostake.com/networks/dydx/` |
| Polkachu | `https://polkachu.com/addrbooks/dydx` |
| Lavender.Five | `https://services.lavenderfive.com/mainnet/dydx#latest-addrbook` |

:::

:::details[testnet]

| Team | URI |
| ------------- | --------------------------------------------------------------------------------------- |
| Lavender.Five | `https://services.lavenderfive.com/testnet/dydx#latest-addrbook` |

:::

## Full Node Endpoints

Expand Down
Loading