Optional
configuration: ConfigurationCreate a new wallet scoped to the user.
Optional
createWalletRequest: CreateWalletRequestOptional
options: RawAxiosRequestConfigOverride http request option.
Create a new wallet
Get wallet
The ID of the wallet to fetch
Optional
options: RawAxiosRequestConfigOverride http request option.
Get wallet by ID
Get the aggregated balance of an asset across all of the addresses in the wallet.
The ID of the wallet to fetch the balance for
The symbol of the asset to fetch the balance for
Optional
options: RawAxiosRequestConfigOverride http request option.
Get the balance of an asset in the wallet
List the balances of all of the addresses in the wallet aggregated by asset.
The ID of the wallet to fetch the balances for
Optional
options: RawAxiosRequestConfigOverride http request option.
List wallet balances
List wallets belonging to the user.
Optional
limit: numberA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
Optional
page: stringA cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
Optional
options: RawAxiosRequestConfigOverride http request option.
List wallets
WalletsApi - functional programming interface