Routes: {
accountWallet(code) => `/account/wallets/${string}`;
accountWalletAddresses(code) => `/account/wallets/${string}/addresses`;
accountWalletDestinationInfo(code) => `/account/wallets/${string}/destination_info`;
accountWalletTransaction(id) => `/account/wallets/transactions/${string}`;
accountWalletTransactions() => "/account/wallets/transactions";
accountWalletWithdrawal(code) => `/account/wallets/${string}/withdrawal`;
accountWalletWithdrawalId(code, id) => `/account/wallets/${string}/withdrawal/${string}`;
accountWallets() => "/account/wallets";
currenciesCryptocurrencies() => "/currencies/cryptocurrencies";
currenciesFiats() => "/currencies/fiats";
currenciesRates() => "/currencies/rates";
tips() => "/tips";
user() => "/user";
userConnections() => "/user/connections";
} = ...
Type declaration
-
accountWallet:function
- accountWallet(code): `/account/wallets/${string}`
-
Returns `/account/wallets/${string}`
-
accountWalletAddresses:function
- accountWalletAddresses(code): `/account/wallets/${string}/addresses`
-
Returns `/account/wallets/${string}/addresses`
-
accountWalletDestinationInfo:function
- accountWalletDestinationInfo(code): `/account/wallets/${string}/destination_info`
-
Returns `/account/wallets/${string}/destination_info`
-
accountWalletTransaction:function
- accountWalletTransaction(id): `/account/wallets/transactions/${string}`
-
Returns `/account/wallets/transactions/${string}`
-
accountWalletTransactions:function
- accountWalletTransactions(): "/account/wallets/transactions"
-
Returns "/account/wallets/transactions"
-
accountWalletWithdrawal:function
- accountWalletWithdrawal(code): `/account/wallets/${string}/withdrawal`
-
Returns `/account/wallets/${string}/withdrawal`
-
accountWalletWithdrawalId:function
- accountWalletWithdrawalId(code, id): `/account/wallets/${string}/withdrawal/${string}`
-
Returns `/account/wallets/${string}/withdrawal/${string}`
-
accountWallets:function
- accountWallets(): "/account/wallets"
-
Returns "/account/wallets"
-
currenciesCryptocurrencies:function
- currenciesCryptocurrencies(): "/currencies/cryptocurrencies"
-
Returns "/currencies/cryptocurrencies"
-
currenciesFiats:function
- currenciesFiats(): "/currencies/fiats"
-
Returns "/currencies/fiats"
-
currenciesRates:function
- currenciesRates(): "/currencies/rates"
-
Returns "/currencies/rates"
-
tips:function
- tips(): "/tips"
-
Returns "/tips"
-
user:function
- user(): "/user"
-
Returns "/user"
-
userConnections:function
- userConnections(): "/user/connections"
-
Returns "/user/connections"
Route for:
/account/wallets/{code}
- Balance of chosen wallet