From 93227ef768833ae85d7579f26e88471cce24ec44 Mon Sep 17 00:00:00 2001 From: James Jia Date: Thu, 20 Jun 2024 16:09:05 -0400 Subject: [PATCH] Update pages/api_integration-guides/how_to_transfer.mdx Co-authored-by: zach --- pages/api_integration-guides/how_to_transfer.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/api_integration-guides/how_to_transfer.mdx b/pages/api_integration-guides/how_to_transfer.mdx index 3d17eca7..8992d7e2 100644 --- a/pages/api_integration-guides/how_to_transfer.mdx +++ b/pages/api_integration-guides/how_to_transfer.mdx @@ -199,10 +199,12 @@ tx = client.post.transfer( ## Determining parameters * Asset + Asset ID can be fetched using the `/dydxprotocol/assets/asset` endpoint. [Example](https://dydx-api.lavenderfive.com:443/dydxprotocol/assets/asset) Collateral token (USDC) will have an asset ID `0`. * Quantums + For collateral token, multiply by 10^6. For example, `100 USDC = 100_000_000 quantums` ## Pulling current balance