Create a new wallet scoped to the user.
If the request fails.
Optional
createWalletRequest: CreateWalletRequestOptional
options: RawAxiosRequestConfigAxios request options.
Returns the wallet model with the given ID.
If the request fails.
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.
If the required parameter is not provided.
If the request fails.
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.
If the required parameter is not provided.
If the request fails.
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.
If the required parameter is not provided.
If the request fails.
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.
If the request fails.
If the required parameter is not provided.
WalletAPI client type definition.