Optional
configuration: ConfigurationCreate a new wallet scoped to the user.
Create a new wallet
Optional
createWalletRequest: CreateWalletRequestOptional
options: RawAxiosRequestConfig = {}Override http request option.
Get wallet
Get wallet by ID
The ID of the wallet to fetch
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Get the aggregated balance of an asset across all of the addresses in the wallet.
Get the balance of an asset 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: RawAxiosRequestConfig = {}Override http request option.
List the balances of all of the addresses in the wallet aggregated by asset.
List wallet balances
The ID of the wallet to fetch the balances for
Optional
options: RawAxiosRequestConfig = {}Override http request option.
List wallets belonging to the user.
List wallets
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: RawAxiosRequestConfig = {}Override http request option.
WalletsApi - axios parameter creator