Deposit
Deposit funds (USDC) from the address to the subaccount.
Method Declaration
Python
Unification Plan
Parameters
Parameter | Location | Type | Description |
---|---|---|---|
address | query | [Address] | The wallet address that owns the subaccount. |
Optional
Parameter | Location | Type | Description |
---|---|---|---|
limit | query | [u32] | Maximum number of asset positions to return in the response. |
Response
Status | Meaning | Schema |
---|---|---|
200 | [OK] | TxHash ⛁ |
Withdraw
// TODO: Add description
Method Declaration
Python
Unification Plan
Parameters
Parameter | Location | Type | Description |
---|---|---|---|
address | query | [Address] | The wallet address that owns the subaccount. |
Optional
Parameter | Location | Type | Description |
---|---|---|---|
limit | query | [u32] | Maximum number of asset positions to return in the response. |
Response
Status | Meaning | Schema |
---|---|---|
200 | [OK] | TxHash ⛁ |