> ## Documentation Index
> Fetch the complete documentation index at: https://dev.mc2.fi/llms.txt
> Use this file to discover all available pages before exploring further.

# User

## user

### UserFollowStrategy

Code: 20040

**Parameters:**

| Name         | Type   |
| ------------ | ------ |
| strategy\_id | BigInt |

**Returns:**

| Name    | Type    |
| ------- | ------- |
| success | Boolean |

### UserListFollowedStrategies

Code: 20050

**Parameters:**

| Name   | Type              |
| ------ | ----------------- |
| limit  | Optional\[BigInt] |
| offset | Optional\[BigInt] |

**Returns:**

| Name              | Type   |
| ----------------- | ------ |
| strategies\_total | BigInt |
| strategies        |        |

### UserUnfollowStrategy

Code: 20060

**Parameters:**

| Name         | Type   |
| ------------ | ------ |
| strategy\_id | BigInt |

**Returns:**

| Name    | Type    |
| ------- | ------- |
| success | Boolean |

### UserListStrategies

Code: 20061

**Parameters:**

| Name                    | Type                         |
| ----------------------- | ---------------------------- |
| limit                   | Optional\[BigInt]            |
| offset                  | Optional\[BigInt]            |
| strategy\_id            | Optional\[BigInt]            |
| strategy\_name          | Optional\[String]            |
| expert\_id              | Optional\[BigInt]            |
| expert\_name            | Optional\[String]            |
| description             | Optional\[String]            |
| blockchain              | Optional\[block\_chain]      |
| strategy\_pool\_address | Optional\[BlockchainAddress] |

**Returns:**

| Name              | Type   |
| ----------------- | ------ |
| strategies\_total | BigInt |
| strategies        |        |

### UserListTopPerformingStrategies

Code: 20063

**Parameters:**

| Name   | Type              |
| ------ | ----------------- |
| limit  | Optional\[BigInt] |
| offset | Optional\[BigInt] |

**Returns:**

| Name              | Type   |
| ----------------- | ------ |
| strategies\_total | BigInt |
| strategies        |        |

### UserListStrategyBackers

Code: 20064

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| strategy\_id | BigInt            |
| limit        | Optional\[BigInt] |
| offset       | Optional\[BigInt] |

**Returns:**

| Name           | Type                               |
| -------------- | ---------------------------------- |
| backers\_total | BigInt                             |
| backers        | DataTable\[ListStrategyBackersRow] |

### UserListStrategyFollowers

Code: 20065

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| strategy\_id | BigInt            |
| limit        | Optional\[BigInt] |
| offset       | Optional\[BigInt] |

**Returns:**

| Name             | Type                                 |
| ---------------- | ------------------------------------ |
| followers\_total | BigInt                               |
| followers        | DataTable\[ListStrategyFollowersRow] |

### UserGetStrategy

Code: 20062

**Parameters:**

| Name         | Type   |
| ------------ | ------ |
| strategy\_id | BigInt |

**Returns:**

| Name                               | Type                                      |
| ---------------------------------- | ----------------------------------------- |
| strategy                           |                                           |
| watching\_wallets                  | DataTable\[WatchingWalletRow]             |
| strategy\_pool\_asset\_updated\_at | BigInt                                    |
| strategy\_pool\_asset\_balances    | DataTable\[StrategyPoolAssetBalancesRow]  |
| strategy\_pool\_asset\_ledger      | DataTable\[StrategyPoolAssetLedgerRow]    |
| audit\_rules                       | DataTable\[UserListStrategyAuditRulesRow] |
| whitelisted\_tokens                |                                           |

### UserListStrategyPoolContractAssetLedger

Code: 20066

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| strategy\_id | BigInt            |
| blockchain   | block\_chain      |
| limit        | Optional\[BigInt] |
| offset       | Optional\[BigInt] |

**Returns:**

| Name                                    | Type                                           |
| --------------------------------------- | ---------------------------------------------- |
| strategy\_pool\_contract\_asset\_ledger | DataTable\[StrategyPoolContractAssetLedgerRow] |

### UserListUserStrategyPoolContractAssetLedger

Code: 20067

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| user\_id     | BigInt            |
| strategy\_id | BigInt            |
| blockchain   | block\_chain      |
| limit        | Optional\[BigInt] |
| offset       | Optional\[BigInt] |

**Returns:**

| Name                                          | Type                                               |
| --------------------------------------------- | -------------------------------------------------- |
| user\_strategy\_pool\_contract\_asset\_ledger | DataTable\[UserStrategyPoolContractAssetLedgerRow] |

### UserGetStrategyStatistics

Code: 20070

**Parameters:**

| Name         | Type   |
| ------------ | ------ |
| strategy\_id | BigInt |

**Returns:**

| Name           | Type                          |
| -------------- | ----------------------------- |
| strategy\_id   | BigInt                        |
| net\_value     | DataTable\[NetValuePoint]     |
| follow\_ledger | DataTable\[FollowLedgerPoint] |
| back\_ledger   | DataTable\[BackLedgerPoint]   |

### UserGetStrategiesStatistics

Code: 20071

**Parameters:**

| Name | Type |
| ---- | ---- |

**Returns:**

| Name                     | Type                                                     |
| ------------------------ | -------------------------------------------------------- |
| tracking\_amount\_usd    | Numeric                                                  |
| backing\_amount\_usd     | Numeric                                                  |
| difference\_amount\_usd  | Numeric                                                  |
| aum\_value\_usd          | Numeric                                                  |
| current\_value\_usd      | Numeric                                                  |
| withdrawable\_value\_usd | Numeric                                                  |
| strategy\_pool\_tokens   | DataTable\[UserGetStrategiesStatisticsStrategyPoolToken] |
| aum\_list\_history       | DataTable\[UserGetStrategiesStatisticsAumListHistory]    |

### UserUpdateUserProfile

Code: 20172

**Parameters:**

| Name          | Type              |
| ------------- | ----------------- |
| username      | Optional\[String] |
| family\_name  | Optional\[String] |
| given\_name   | Optional\[String] |
| description   | Optional\[String] |
| social\_media | Optional\[String] |

**Returns:**

| Name | Type |
| ---- | ---- |

### UserBackStrategy

Code: 20080

**Parameters:**

| Name             | Type                         |
| ---------------- | ---------------------------- |
| strategy\_id     | BigInt                       |
| quantity         | BlockchainDecimal            |
| token\_id        | BigInt                       |
| strategy\_wallet | Optional\[BlockchainAddress] |
| nonce            | BigInt                       |

**Returns:**

| Name | Type |
| ---- | ---- |

### UserExitStrategy

Code: 20110

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| strategy\_id | BigInt            |
| quantity     | BlockchainDecimal |
| blockchain   | block\_chain      |
| nonce        | BigInt            |

**Returns:**

| Name              | Type                      |
| ----------------- | ------------------------- |
| success           | Boolean                   |
| transaction\_hash | BlockchainTransactionHash |

### UserRequestRefund

Code: 20081

**Parameters:**

| Name            | Type              |
| --------------- | ----------------- |
| quantity        | BlockchainDecimal |
| wallet\_address | BlockchainAddress |
| blockchain      | block\_chain      |
| nonce           | BigInt            |

**Returns:**

| Name    | Type    |
| ------- | ------- |
| success | Boolean |

### UserListBackedStrategies

Code: 20090

**Parameters:**

| Name   | Type              |
| ------ | ----------------- |
| limit  | Optional\[BigInt] |
| offset | Optional\[BigInt] |

**Returns:**

| Name              | Type   |
| ----------------- | ------ |
| strategies\_total | BigInt |
| strategies        |        |

### UserListBackStrategyLedger

Code: 20100

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| limit        | Optional\[BigInt] |
| offset       | Optional\[BigInt] |
| strategy\_id | Optional\[BigInt] |

**Returns:**

| Name                | Type                              |
| ------------------- | --------------------------------- |
| back\_ledger\_total | BigInt                            |
| back\_ledger        | DataTable\[BackStrategyLedgerRow] |

### ExpertListBackStrategyLedger

Code: 20101

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| limit        | Optional\[BigInt] |
| offset       | Optional\[BigInt] |
| strategy\_id | Optional\[BigInt] |

**Returns:**

| Name                | Type                              |
| ------------------- | --------------------------------- |
| back\_ledger\_total | BigInt                            |
| back\_ledger        | DataTable\[BackStrategyLedgerRow] |

### UserListExitStrategyLedger

Code: 20120

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| strategy\_id | Optional\[BigInt] |
| limit        | Optional\[BigInt] |
| offset       | Optional\[BigInt] |

**Returns:**

| Name                | Type                              |
| ------------------- | --------------------------------- |
| exit\_ledger\_total | BigInt                            |
| exit\_ledger        | DataTable\[ExitStrategyLedgerRow] |

### ExpertListExitStrategyLedger

Code: 20121

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| strategy\_id | Optional\[BigInt] |
| limit        | Optional\[BigInt] |
| offset       | Optional\[BigInt] |

**Returns:**

| Name                | Type                              |
| ------------------- | --------------------------------- |
| exit\_ledger\_total | BigInt                            |
| exit\_ledger        | DataTable\[ExitStrategyLedgerRow] |

### UserFollowExpert

Code: 20130

**Parameters:**

| Name       | Type   |
| ---------- | ------ |
| expert\_id | BigInt |

**Returns:**

| Name    | Type    |
| ------- | ------- |
| success | Boolean |

### UserListFollowedExperts

Code: 20140

**Parameters:**

| Name   | Type              |
| ------ | ----------------- |
| limit  | Optional\[BigInt] |
| offset | Optional\[BigInt] |

**Returns:**

| Name           | Type   |
| -------------- | ------ |
| experts\_total | BigInt |
| experts        |        |

### UserUnfollowExpert

Code: 20150

**Parameters:**

| Name       | Type   |
| ---------- | ------ |
| expert\_id | BigInt |

**Returns:**

| Name    | Type    |
| ------- | ------- |
| success | Boolean |

### UserListExperts

Code: 20160

**Parameters:**

| Name                | Type               |
| ------------------- | ------------------ |
| limit               | Optional\[BigInt]  |
| offset              | Optional\[BigInt]  |
| expert\_id          | Optional\[BigInt]  |
| user\_id            | Optional\[BigInt]  |
| user\_public\_id    | Optional\[BigInt]  |
| username            | Optional\[String]  |
| family\_name        | Optional\[String]  |
| given\_name         | Optional\[String]  |
| description         | Optional\[String]  |
| social\_media       | Optional\[String]  |
| sort\_by\_followers | Optional\[Boolean] |

**Returns:**

| Name           | Type   |
| -------------- | ------ |
| experts\_total | BigInt |
| experts        |        |

### UserListTopPerformingExperts

Code: 20161

**Parameters:**

| Name   | Type              |
| ------ | ----------------- |
| limit  | Optional\[BigInt] |
| offset | Optional\[BigInt] |

**Returns:**

| Name           | Type   |
| -------------- | ------ |
| experts\_total | BigInt |
| experts        |        |

### UserListFeaturedExperts

Code: 20162

**Parameters:**

| Name   | Type              |
| ------ | ----------------- |
| limit  | Optional\[BigInt] |
| offset | Optional\[BigInt] |

**Returns:**

| Name           | Type   |
| -------------- | ------ |
| experts\_total | BigInt |
| experts        |        |

### UserListExpertListenedWalletTradeLedger

Code: 20163

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| strategy\_id | BigInt            |
| limit        | Optional\[BigInt] |
| offset       | Optional\[BigInt] |

**Returns:**

| Name                                    | Type                                           |
| --------------------------------------- | ---------------------------------------------- |
| expert\_listened\_wallet\_trade\_ledger | DataTable\[ExpertListenedWalletTradeLedgerRow] |

### UserGetExpertProfile

Code: 20170

**Parameters:**

| Name       | Type   |
| ---------- | ------ |
| expert\_id | BigInt |

**Returns:**

| Name              | Type    |
| ----------------- | ------- |
| expert\_id        | BigInt  |
| name              | String  |
| family\_name      | String  |
| given\_name       | String  |
| follower\_count   | Int     |
| backers\_count    | Int     |
| description       | String  |
| social\_media     | String  |
| risk\_score       | Numeric |
| reputation\_score | Numeric |
| aum               | Numeric |
| followed          | Boolean |
| strategies\_total | BigInt  |
| strategies        |         |

### UserGetUserProfile

Code: 20180

**Parameters:**

| Name | Type |
| ---- | ---- |

**Returns:**

| Name                 | Type   |
| -------------------- | ------ |
| name                 | String |
| login\_wallet        | String |
| joined\_at           | BigInt |
| follower\_count      | Int    |
| description          | String |
| social\_media        | String |
| followed\_experts    |        |
| followed\_strategies |        |
| backed\_strategies   |        |

### UserWhitelistWallet

Code: 20190

**Parameters:**

| Name            | Type              |
| --------------- | ----------------- |
| blockchain      | block\_chain      |
| wallet\_address | BlockchainAddress |

**Returns:**

| Name       | Type    |
| ---------- | ------- |
| success    | Boolean |
| wallet\_id | BigInt  |

### UserListWhitelistedWallets

Code: 20200

**Parameters:**

| Name            | Type                         |
| --------------- | ---------------------------- |
| limit           | Optional\[BigInt]            |
| offset          | Optional\[BigInt]            |
| wallet\_id      | Optional\[BigInt]            |
| blockchain      | Optional\[block\_chain]      |
| wallet\_address | Optional\[BlockchainAddress] |
| strategy\_id    | Optional\[BigInt]            |

**Returns:**

| Name    | Type                       |
| ------- | -------------------------- |
| wallets | DataTable\[ListWalletsRow] |

### UserUnwhitelistWallet

Code: 20210

**Parameters:**

| Name       | Type   |
| ---------- | ------ |
| wallet\_id | BigInt |

**Returns:**

| Name    | Type    |
| ------- | ------- |
| success | Boolean |

### UserApplyBecomeExpert

Code: 20220

**Parameters:**

| Name | Type |
| ---- | ---- |

**Returns:**

| Name       | Type    |
| ---------- | ------- |
| success    | Boolean |
| expert\_id | BigInt  |

### ExpertCreateStrategy

Code: 20250

**Parameters:**

| Name                                       | Type                                          |
| ------------------------------------------ | --------------------------------------------- |
| name                                       | String                                        |
| description                                | String                                        |
| strategy\_thesis\_url                      | String                                        |
| minimum\_backing\_amount\_usd              | Optional\[Numeric]                            |
| expert\_fee                                | Numeric                                       |
| agreed\_tos                                | Boolean                                       |
| wallet\_address                            | BlockchainAddress                             |
| wallet\_blockchain                         | block\_chain                                  |
| strategy\_token\_relative\_to\_usdc\_ratio | Optional\[BlockchainDecimal]                  |
| initial\_tokens                            | DataTable\[UserCreateStrategyInitialTokenRow] |
| audit\_rules                               | Optional\[]                                   |

**Returns:**

| Name         | Type    |
| ------------ | ------- |
| success      | Boolean |
| strategy\_id | BigInt  |

### ExpertUpdateStrategy

Code: 20260

**Parameters:**

| Name          | Type              |
| ------------- | ----------------- |
| strategy\_id  | BigInt            |
| name          | Optional\[String] |
| description   | Optional\[String] |
| social\_media | Optional\[String] |

**Returns:**

| Name    | Type    |
| ------- | ------- |
| success | Boolean |

### ExpertFreezeStrategy

Code: 20265

**Parameters:**

| Name         | Type   |
| ------------ | ------ |
| strategy\_id | BigInt |

**Returns:**

| Name    | Type    |
| ------- | ------- |
| success | Boolean |

### ExpertAddStrategyWatchingWallet

Code: 20270

**Parameters:**

| Name            | Type              |
| --------------- | ----------------- |
| strategy\_id    | BigInt            |
| blockchain      | block\_chain      |
| wallet\_address | BlockchainAddress |
| ratio           | Numeric           |

**Returns:**

| Name       | Type    |
| ---------- | ------- |
| success    | Boolean |
| wallet\_id | BigInt  |

### ExpertRemoveStrategyWatchingWallet

Code: 20280

**Parameters:**

| Name         | Type   |
| ------------ | ------ |
| strategy\_id | BigInt |
| wallet\_id   | BigInt |

**Returns:**

| Name    | Type    |
| ------- | ------- |
| success | Boolean |

### UserListStrategyWatchingWallets

Code: 20290

**Parameters:**

| Name         | Type   |
| ------------ | ------ |
| strategy\_id | BigInt |

**Returns:**

| Name           | Type                                       |
| -------------- | ------------------------------------------ |
| wallets\_total | BigInt                                     |
| wallets        | DataTable\[ListStrategyWatchingWalletsRow] |

### UserListWalletActivityLedger

Code: 20300

**Parameters:**

| Name            | Type              |
| --------------- | ----------------- |
| wallet\_address | BlockchainAddress |
| blockchain      | block\_chain      |

**Returns:**

| Name                      | Type                                    |
| ------------------------- | --------------------------------------- |
| wallet\_activities\_total | BigInt                                  |
| wallet\_activities        | DataTable\[ListWalletActivityLedgerRow] |

### ExpertAddStrategyInitialTokenRatio

Code: 20310

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| strategy\_id | BigInt            |
| token\_id    | BigInt            |
| quantity     | BlockchainDecimal |

**Returns:**

| Name      | Type    |
| --------- | ------- |
| success   | Boolean |
| token\_id | BigInt  |

### ExpertRemoveStrategyInitialTokenRatio

Code: 20320

**Parameters:**

| Name         | Type   |
| ------------ | ------ |
| strategy\_id | BigInt |
| token\_id    | BigInt |

**Returns:**

| Name    | Type    |
| ------- | ------- |
| success | Boolean |

### UserListStrategyInitialTokenRatio

Code: 20330

**Parameters:**

| Name         | Type   |
| ------------ | ------ |
| strategy\_id | BigInt |

**Returns:**

| Name                 | Type                                         |
| -------------------- | -------------------------------------------- |
| token\_ratios\_total | BigInt                                       |
| token\_ratios        | DataTable\[ListStrategyInitialTokenRatioRow] |

### ExpertListFollowers

Code: 20340

**Parameters:**

| Name   | Type              |
| ------ | ----------------- |
| limit  | Optional\[BigInt] |
| offset | Optional\[BigInt] |

**Returns:**

| Name             | Type                               |
| ---------------- | ---------------------------------- |
| followers\_total | BigInt                             |
| followers        | DataTable\[ExpertListFollowersRow] |

### ExpertListBackers

Code: 20350

**Parameters:**

| Name   | Type              |
| ------ | ----------------- |
| limit  | Optional\[BigInt] |
| offset | Optional\[BigInt] |

**Returns:**

| Name           | Type                             |
| -------------- | -------------------------------- |
| backers\_total | BigInt                           |
| backers        | DataTable\[ExpertListBackersRow] |

### ExpertListPublishedStrategies

Code: 20355

**Parameters:**

| Name   | Type              |
| ------ | ----------------- |
| limit  | Optional\[BigInt] |
| offset | Optional\[BigInt] |

**Returns:**

| Name              | Type   |
| ----------------- | ------ |
| strategies\_total | BigInt |
| strategies        |        |

### ExpertListUnpublishedStrategies

Code: 20356

**Parameters:**

| Name   | Type              |
| ------ | ----------------- |
| limit  | Optional\[BigInt] |
| offset | Optional\[BigInt] |

**Returns:**

| Name              | Type   |
| ----------------- | ------ |
| strategies\_total | BigInt |
| strategies        |        |

### UserGetDepositTokens

Code: 20360

**Parameters:**

| Name | Type |
| ---- | ---- |

**Returns:**

| Name   | Type                                |
| ------ | ----------------------------------- |
| tokens | DataTable\[UserGetDepositTokensRow] |

### UserGetDepositAddresses

Code: 20370

**Parameters:**

| Name | Type |
| ---- | ---- |

**Returns:**

| Name      | Type                                   |
| --------- | -------------------------------------- |
| addresses | DataTable\[UserGetDepositAddressesRow] |

### UserListDepositWithdrawLedger

Code: 20380

**Parameters:**

| Name        | Type                    |
| ----------- | ----------------------- |
| limit       | Optional\[BigInt]       |
| offset      | Optional\[BigInt]       |
| blockchain  | Optional\[block\_chain] |
| id\_deposit | Optional\[Boolean]      |

**Returns:**

| Name          | Type   |
| ------------- | ------ |
| ledger\_total | BigInt |
| ledger        |        |

### UserSubscribeDepositLedger

Code: 20381

**Parameters:**

| Name          | Type                    |
| ------------- | ----------------------- |
| initial\_data | Optional\[BigInt]       |
| blockchain    | Optional\[block\_chain] |
| mock\_data    | Optional\[Boolean]      |

**Returns:**

| Name | Type |
| ---- | ---- |

### UserUnsubscribeDepositLedger

Code: 20382

**Parameters:**

| Name | Type |
| ---- | ---- |

**Returns:**

| Name | Type |
| ---- | ---- |

### UserListStrategyWallets

Code: 20390

**Parameters:**

| Name       | Type                    |
| ---------- | ----------------------- |
| blockchain | Optional\[block\_chain] |

**Returns:**

| Name           | Type                                   |
| -------------- | -------------------------------------- |
| wallets\_total | BigInt                                 |
| wallets        | DataTable\[UserListStrategyWalletsRow] |

### UserCreateStrategyWallet

Code: 20391

**Parameters:**

| Name                           | Type                         |
| ------------------------------ | ---------------------------- |
| blockchain                     | block\_chain                 |
| user\_managed\_wallet\_address | Optional\[BlockchainAddress] |

**Returns:**

| Name       | Type              |
| ---------- | ----------------- |
| blockchain | block\_chain      |
| address    | BlockchainAddress |

### UserListStrategyAuditRules

Code: 20400

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| strategy\_id | Optional\[BigInt] |

**Returns:**

| Name         | Type                                      |
| ------------ | ----------------------------------------- |
| audit\_rules | DataTable\[UserListStrategyAuditRulesRow] |

### UserAddStrategyAuditRule

Code: 20410

**Parameters:**

| Name         | Type   |
| ------------ | ------ |
| strategy\_id | BigInt |
| rule\_id     | BigInt |

**Returns:**

| Name | Type |
| ---- | ---- |

### UserRemoveStrategyAuditRule

Code: 20420

**Parameters:**

| Name         | Type   |
| ------------ | ------ |
| strategy\_id | BigInt |
| rule\_id     | BigInt |

**Returns:**

| Name | Type |
| ---- | ---- |

### UserGetEscrowAddressForStrategy

Code: 20500

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| strategy\_id | BigInt            |
| token\_id    | Optional\[BigInt] |

**Returns:**

| Name   | Type                                      |
| ------ | ----------------------------------------- |
| tokens | DataTable\[UserAllowedEscrowTransferInfo] |

### UserListDepositWithdrawBalances

Code: 20510

**Parameters:**

| Name | Type |
| ---- | ---- |

**Returns:**

| Name     | Type                                       |
| -------- | ------------------------------------------ |
| balances | DataTable\[UserListDepositWithdrawBalance] |

### UserGetDepositWithdrawBalance

Code: 20511

**Parameters:**

| Name      | Type   |
| --------- | ------ |
| token\_id | BigInt |

**Returns:**

| Name    | Type              |
| ------- | ----------------- |
| balance | BlockchainDecimal |

### UserListEscrowTokenContractAddresses

Code: 20520

**Parameters:**

| Name           | Type                    |
| -------------- | ----------------------- |
| limit          | Optional\[BigInt]       |
| offset         | Optional\[BigInt]       |
| blockchain     | Optional\[block\_chain] |
| is\_stablecoin | Optional\[Boolean]      |

**Returns:**

| Name          | Type                                                |
| ------------- | --------------------------------------------------- |
| tokens\_total | BigInt                                              |
| tokens        | DataTable\[UserListEscrowTokenContractAddressesRow] |

### UserListStrategyTokenBalance

Code: 20530

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| limit        | Optional\[BigInt] |
| offset       | Optional\[BigInt] |
| strategy\_id | Optional\[BigInt] |

**Returns:**

| Name          | Type                                        |
| ------------- | ------------------------------------------- |
| tokens\_total | BigInt                                      |
| tokens        | DataTable\[UserListStrategyTokenBalanceRow] |

### UserGetBackStrategyReviewDetail

Code: 20540

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| strategy\_id | BigInt            |
| token\_id    | BigInt            |
| quantity     | BlockchainDecimal |

**Returns:**

| Name                                    | Type                                     |
| --------------------------------------- | ---------------------------------------- |
| strategy\_fee                           | BlockchainDecimal                        |
| total\_amount\_to\_back                 | BlockchainDecimal                        |
| total\_amount\_to\_back\_after\_fee     | BlockchainDecimal                        |
| user\_strategy\_wallets                 | DataTable\[UserStrategyWallet]           |
| estimated\_amount\_of\_strategy\_tokens | BlockchainDecimal                        |
| estimated\_backed\_token\_ratios        | DataTable\[EstimatedBackedTokenRatios]   |
| strategy\_pool\_asset\_balances         | DataTable\[StrategyPoolAssetBalancesRow] |

### UserListUserBackStrategyAttempt

Code: 20550

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| limit        | Optional\[BigInt] |
| offset       | Optional\[BigInt] |
| strategy\_id | Optional\[BigInt] |
| token\_id    | Optional\[BigInt] |

**Returns:**

| Name           | Type                                |
| -------------- | ----------------------------------- |
| total          | BigInt                              |
| back\_attempts | DataTable\[UserBackStrategyAttempt] |

### UserListUserBackStrategyLog

Code: 20560

**Parameters:**

| Name        | Type              |
| ----------- | ----------------- |
| attempt\_id | BigInt            |
| limit       | Optional\[BigInt] |
| offset      | Optional\[BigInt] |

**Returns:**

| Name              | Type                            |
| ----------------- | ------------------------------- |
| back\_logs\_total | BigInt                          |
| back\_logs        | DataTable\[UserBackStrategyLog] |

### UserGetSystemConfig

Code: 20570

**Parameters:**

| Name | Type |
| ---- | ---- |

**Returns:**

| Name          | Type    |
| ------------- | ------- |
| platform\_fee | Numeric |

### UserListUserStrategyBalance

Code: 20580

**Parameters:**

| Name         | Type              |
| ------------ | ----------------- |
| limit        | Optional\[BigInt] |
| offset       | Optional\[BigInt] |
| strategy\_id | Optional\[BigInt] |

**Returns:**

| Name            | Type                            |
| --------------- | ------------------------------- |
| balances\_total | BigInt                          |
| balances        | DataTable\[UserStrategyBalance] |
