@coinbase/cds-common 0.0.0 → 8.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dts/accordion/AccordionProvider.d.ts +24 -0
- package/dts/accordion/AccordionProvider.d.ts.map +1 -0
- package/dts/accordion/__tests__/AccordionProvider.test.d.ts +2 -0
- package/dts/accordion/__tests__/AccordionProvider.test.d.ts.map +1 -0
- package/dts/animation/accordion.d.ts +4 -0
- package/dts/animation/accordion.d.ts.map +1 -0
- package/dts/animation/border.d.ts +4 -0
- package/dts/animation/border.d.ts.map +1 -0
- package/dts/animation/carousel.d.ts +8 -0
- package/dts/animation/carousel.d.ts.map +1 -0
- package/dts/animation/collapsible.d.ts +15 -0
- package/dts/animation/collapsible.d.ts.map +1 -0
- package/dts/animation/dot.d.ts +6 -0
- package/dts/animation/dot.d.ts.map +1 -0
- package/dts/animation/drawer.d.ts +20 -0
- package/dts/animation/drawer.d.ts.map +1 -0
- package/dts/animation/dropdown.d.ts +27 -0
- package/dts/animation/dropdown.d.ts.map +1 -0
- package/dts/animation/fullscreenModal.d.ts +12 -0
- package/dts/animation/fullscreenModal.d.ts.map +1 -0
- package/dts/animation/likeButton.d.ts +6 -0
- package/dts/animation/likeButton.d.ts.map +1 -0
- package/dts/animation/menu.d.ts +29 -0
- package/dts/animation/menu.d.ts.map +1 -0
- package/dts/animation/modal.d.ts +10 -0
- package/dts/animation/modal.d.ts.map +1 -0
- package/dts/animation/overlay.d.ts +6 -0
- package/dts/animation/overlay.d.ts.map +1 -0
- package/dts/animation/paddle.d.ts +7 -0
- package/dts/animation/paddle.d.ts.map +1 -0
- package/dts/animation/progress.d.ts +3 -0
- package/dts/animation/progress.d.ts.map +1 -0
- package/dts/animation/rotate.d.ts +3 -0
- package/dts/animation/rotate.d.ts.map +1 -0
- package/dts/animation/select.d.ts +4 -0
- package/dts/animation/select.d.ts.map +1 -0
- package/dts/animation/sparkline.d.ts +7 -0
- package/dts/animation/sparkline.d.ts.map +1 -0
- package/dts/animation/tabs.d.ts +5 -0
- package/dts/animation/tabs.d.ts.map +1 -0
- package/dts/animation/toast.d.ts +12 -0
- package/dts/animation/toast.d.ts.map +1 -0
- package/dts/animation/tooltip.d.ts +18 -0
- package/dts/animation/tooltip.d.ts.map +1 -0
- package/dts/cards/getCardBodySpacingProps.d.ts +5 -0
- package/dts/cards/getCardBodySpacingProps.d.ts.map +1 -0
- package/dts/color/__tests__/blendColors.test.d.ts +2 -0
- package/dts/color/__tests__/blendColors.test.d.ts.map +1 -0
- package/dts/color/__tests__/isLightOrDarkColor.test.d.ts +2 -0
- package/dts/color/__tests__/isLightOrDarkColor.test.d.ts.map +1 -0
- package/dts/color/__tests__/overrideAlpha.test.d.ts +2 -0
- package/dts/color/__tests__/overrideAlpha.test.d.ts.map +1 -0
- package/dts/color/blendColors.d.ts +21 -0
- package/dts/color/blendColors.d.ts.map +1 -0
- package/dts/color/colorToHex.d.ts +7 -0
- package/dts/color/colorToHex.d.ts.map +1 -0
- package/dts/color/darkenColor.d.ts +2 -0
- package/dts/color/darkenColor.d.ts.map +1 -0
- package/dts/color/getAccessibleForegroundGradient.d.ts +13 -0
- package/dts/color/getAccessibleForegroundGradient.d.ts.map +1 -0
- package/dts/color/getBlendedColor.d.ts +114 -0
- package/dts/color/getBlendedColor.d.ts.map +1 -0
- package/dts/color/getContrastRatio.d.ts +6 -0
- package/dts/color/getContrastRatio.d.ts.map +1 -0
- package/dts/color/getLuminance.d.ts +13 -0
- package/dts/color/getLuminance.d.ts.map +1 -0
- package/dts/color/isAccessibleColor.d.ts +18 -0
- package/dts/color/isAccessibleColor.d.ts.map +1 -0
- package/dts/color/isLightOrDarkColor.d.ts +2 -0
- package/dts/color/isLightOrDarkColor.d.ts.map +1 -0
- package/dts/color/overrideAlpha.d.ts +8 -0
- package/dts/color/overrideAlpha.d.ts.map +1 -0
- package/dts/core/theme.d.ts +286 -0
- package/dts/core/theme.d.ts.map +1 -0
- package/dts/dates/DateInputValidationError.d.ts +6 -0
- package/dts/dates/DateInputValidationError.d.ts.map +1 -0
- package/dts/dates/IntlDateFormat.d.ts +45 -0
- package/dts/dates/IntlDateFormat.d.ts.map +1 -0
- package/dts/dates/__tests__/IntlDateFormat.test.d.ts +2 -0
- package/dts/dates/__tests__/IntlDateFormat.test.d.ts.map +1 -0
- package/dts/dates/__tests__/useDateInput.test.d.ts +2 -0
- package/dts/dates/__tests__/useDateInput.test.d.ts.map +1 -0
- package/dts/dates/generateCalendarMonth.d.ts +5 -0
- package/dts/dates/generateCalendarMonth.d.ts.map +1 -0
- package/dts/dates/getISOStringLocal.d.ts +5 -0
- package/dts/dates/getISOStringLocal.d.ts.map +1 -0
- package/dts/dates/getMidnightDate.d.ts +5 -0
- package/dts/dates/getMidnightDate.d.ts.map +1 -0
- package/dts/dates/getTimesFromDatesAndRanges.d.ts +5 -0
- package/dts/dates/getTimesFromDatesAndRanges.d.ts.map +1 -0
- package/dts/dates/useDateInput.d.ts +23 -0
- package/dts/dates/useDateInput.d.ts.map +1 -0
- package/dts/dates/useDateInputValidation.d.ts +46 -0
- package/dts/dates/useDateInputValidation.d.ts.map +1 -0
- package/dts/hooks/__tests__/useFallbackShape.test.d.ts +2 -0
- package/dts/hooks/__tests__/useFallbackShape.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/usePrefixedId.test.d.ts +2 -0
- package/dts/hooks/__tests__/usePrefixedId.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/usePreviousValue.test.d.ts +2 -0
- package/dts/hooks/__tests__/usePreviousValue.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useRefMap.test.d.ts +2 -0
- package/dts/hooks/__tests__/useRefMap.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useSort.test.d.ts +2 -0
- package/dts/hooks/__tests__/useSort.test.d.ts.map +1 -0
- package/dts/hooks/__tests__/useTimer.test.d.ts +2 -0
- package/dts/hooks/__tests__/useTimer.test.d.ts.map +1 -0
- package/dts/hooks/useEventHandler.d.ts +3 -0
- package/dts/hooks/useEventHandler.d.ts.map +1 -0
- package/dts/hooks/useFallbackShape.d.ts +10 -0
- package/dts/hooks/useFallbackShape.d.ts.map +1 -0
- package/dts/hooks/useGroupToggler.d.ts +23 -0
- package/dts/hooks/useGroupToggler.d.ts.map +1 -0
- package/dts/hooks/useHasMounted.d.ts +2 -0
- package/dts/hooks/useHasMounted.d.ts.map +1 -0
- package/dts/hooks/useIndexCounter.d.ts +18 -0
- package/dts/hooks/useIndexCounter.d.ts.map +1 -0
- package/dts/hooks/useInputVariant.d.ts +3 -0
- package/dts/hooks/useInputVariant.d.ts.map +1 -0
- package/dts/hooks/useLogo.d.ts +26 -0
- package/dts/hooks/useLogo.d.ts.map +1 -0
- package/dts/hooks/useMergeRefs.d.ts +2 -0
- package/dts/hooks/useMergeRefs.d.ts.map +1 -0
- package/dts/hooks/usePrefixedId.d.ts +12 -0
- package/dts/hooks/usePrefixedId.d.ts.map +1 -0
- package/dts/hooks/usePreviousValue.d.ts +2 -0
- package/dts/hooks/usePreviousValue.d.ts.map +1 -0
- package/dts/hooks/usePreviousValues.d.ts +5 -0
- package/dts/hooks/usePreviousValues.d.ts.map +1 -0
- package/dts/hooks/useRefMap.d.ts +13 -0
- package/dts/hooks/useRefMap.d.ts.map +1 -0
- package/dts/hooks/useSort.d.ts +19 -0
- package/dts/hooks/useSort.d.ts.map +1 -0
- package/dts/hooks/useSubBrandLogo.d.ts +62 -0
- package/dts/hooks/useSubBrandLogo.d.ts.map +1 -0
- package/dts/hooks/useTimer.d.ts +7 -0
- package/dts/hooks/useTimer.d.ts.map +1 -0
- package/dts/hooks/useToggler.d.ts +10 -0
- package/dts/hooks/useToggler.d.ts.map +1 -0
- package/dts/hooks/useValueChanges.d.ts +8 -0
- package/dts/hooks/useValueChanges.d.ts.map +1 -0
- package/dts/index.d.ts +8 -0
- package/dts/index.d.ts.map +1 -0
- package/dts/internal/data/accounts.d.ts +359 -0
- package/dts/internal/data/accounts.d.ts.map +1 -0
- package/dts/internal/data/announcementCards.d.ts +10 -0
- package/dts/internal/data/announcementCards.d.ts.map +1 -0
- package/dts/internal/data/asset.d.ts +171 -0
- package/dts/internal/data/asset.d.ts.map +1 -0
- package/dts/internal/data/assets.d.ts +78 -0
- package/dts/internal/data/assets.d.ts.map +1 -0
- package/dts/internal/data/avatars.d.ts +3 -0
- package/dts/internal/data/avatars.d.ts.map +1 -0
- package/dts/internal/data/dataCards.d.ts +23 -0
- package/dts/internal/data/dataCards.d.ts.map +1 -0
- package/dts/internal/data/featureEntryCards.d.ts +17 -0
- package/dts/internal/data/featureEntryCards.d.ts.map +1 -0
- package/dts/internal/data/feedImages.d.ts +2 -0
- package/dts/internal/data/feedImages.d.ts.map +1 -0
- package/dts/internal/data/iconData.d.ts +2 -0
- package/dts/internal/data/iconData.d.ts.map +1 -0
- package/dts/internal/data/loremIpsum.d.ts +2 -0
- package/dts/internal/data/loremIpsum.d.ts.map +1 -0
- package/dts/internal/data/navigation.d.ts +7 -0
- package/dts/internal/data/navigation.d.ts.map +1 -0
- package/dts/internal/data/prices.d.ts +7 -0
- package/dts/internal/data/prices.d.ts.map +1 -0
- package/dts/internal/data/product.d.ts +25 -0
- package/dts/internal/data/product.d.ts.map +1 -0
- package/dts/internal/data/tabs.d.ts +15 -0
- package/dts/internal/data/tabs.d.ts.map +1 -0
- package/dts/internal/data/users.d.ts +10 -0
- package/dts/internal/data/users.d.ts.map +1 -0
- package/dts/internal/utils/storyBuilder.d.ts +113 -0
- package/dts/internal/utils/storyBuilder.d.ts.map +1 -0
- package/dts/internal/visualizations/SparklineInteractiveData.d.ts +13 -0
- package/dts/internal/visualizations/SparklineInteractiveData.d.ts.map +1 -0
- package/dts/jest/timeTravel.d.ts +15 -0
- package/dts/jest/timeTravel.d.ts.map +1 -0
- package/dts/lottie/lottieUtils.d.ts +11 -0
- package/dts/lottie/lottieUtils.d.ts.map +1 -0
- package/dts/lottie/lottieUtils.test.d.ts +2 -0
- package/dts/lottie/lottieUtils.test.d.ts.map +1 -0
- package/dts/lottie/useStatusAnimationPoller.d.ts +12 -0
- package/dts/lottie/useStatusAnimationPoller.d.ts.map +1 -0
- package/dts/media/getAvatarFallbackColor.d.ts +7 -0
- package/dts/media/getAvatarFallbackColor.d.ts.map +1 -0
- package/dts/media/remoteImageFallbackSrc.d.ts +6 -0
- package/dts/media/remoteImageFallbackSrc.d.ts.map +1 -0
- package/dts/motion/animatedCaret.d.ts +3 -0
- package/dts/motion/animatedCaret.d.ts.map +1 -0
- package/dts/motion/checkbox.d.ts +81 -0
- package/dts/motion/checkbox.d.ts.map +1 -0
- package/dts/motion/dot.d.ts +81 -0
- package/dts/motion/dot.d.ts.map +1 -0
- package/dts/motion/hint.d.ts +48 -0
- package/dts/motion/hint.d.ts.map +1 -0
- package/dts/motion/switch.d.ts +7 -0
- package/dts/motion/switch.d.ts.map +1 -0
- package/dts/motion/tokens.d.ts +422 -0
- package/dts/motion/tokens.d.ts.map +1 -0
- package/dts/motion/utils.d.ts +15 -0
- package/dts/motion/utils.d.ts.map +1 -0
- package/dts/numbers/IntlNumberFormat.d.ts +131 -0
- package/dts/numbers/IntlNumberFormat.d.ts.map +1 -0
- package/dts/numbers/__tests__/formatToParts.test.d.ts +2 -0
- package/dts/numbers/__tests__/formatToParts.test.d.ts.map +1 -0
- package/dts/numbers/__tests__/subscript.test.d.ts +2 -0
- package/dts/numbers/__tests__/subscript.test.d.ts.map +1 -0
- package/dts/numbers/subscript.d.ts +7 -0
- package/dts/numbers/subscript.d.ts.map +1 -0
- package/dts/overlays/ModalContext.d.ts +25 -0
- package/dts/overlays/ModalContext.d.ts.map +1 -0
- package/dts/overlays/OverlayContentContext.d.ts +13 -0
- package/dts/overlays/OverlayContentContext.d.ts.map +1 -0
- package/dts/overlays/PortalContext.d.ts +8 -0
- package/dts/overlays/PortalContext.d.ts.map +1 -0
- package/dts/overlays/ToastProvider.d.ts +73 -0
- package/dts/overlays/ToastProvider.d.ts.map +1 -0
- package/dts/overlays/__tests__/useOverlay.test.d.ts +2 -0
- package/dts/overlays/__tests__/useOverlay.test.d.ts.map +1 -0
- package/dts/overlays/__tests__/useToastQueue.test.d.ts +2 -0
- package/dts/overlays/__tests__/useToastQueue.test.d.ts.map +1 -0
- package/dts/overlays/useAlert.d.ts +8 -0
- package/dts/overlays/useAlert.d.ts.map +1 -0
- package/dts/overlays/useModal.d.ts +8 -0
- package/dts/overlays/useModal.d.ts.map +1 -0
- package/dts/overlays/useOverlay.d.ts +6 -0
- package/dts/overlays/useOverlay.d.ts.map +1 -0
- package/dts/overlays/usePortal.d.ts +2 -0
- package/dts/overlays/usePortal.d.ts.map +1 -0
- package/dts/overlays/usePortalState.d.ts +24 -0
- package/dts/overlays/usePortalState.d.ts.map +1 -0
- package/dts/overlays/useToastQueue.d.ts +11 -0
- package/dts/overlays/useToastQueue.d.ts.map +1 -0
- package/dts/stepper/__tests__/useStepper.test.d.ts +2 -0
- package/dts/stepper/__tests__/useStepper.test.d.ts.map +1 -0
- package/dts/stepper/__tests__/utils.test.d.ts +2 -0
- package/dts/stepper/__tests__/utils.test.d.ts.map +1 -0
- package/dts/stepper/useStepper.d.ts +41 -0
- package/dts/stepper/useStepper.d.ts.map +1 -0
- package/dts/stepper/utils.d.ts +22 -0
- package/dts/stepper/utils.d.ts.map +1 -0
- package/dts/system/EventHandlerProvider.d.ts +31 -0
- package/dts/system/EventHandlerProvider.d.ts.map +1 -0
- package/dts/system/LocaleProvider.d.ts +12 -0
- package/dts/system/LocaleProvider.d.ts.map +1 -0
- package/dts/system/RefMapContext.d.ts +10 -0
- package/dts/system/RefMapContext.d.ts.map +1 -0
- package/dts/system/__tests__/EventHandlerProvider.test.d.ts +2 -0
- package/dts/system/__tests__/EventHandlerProvider.test.d.ts.map +1 -0
- package/dts/tabs/TabsContext.d.ts +5 -0
- package/dts/tabs/TabsContext.d.ts.map +1 -0
- package/dts/tabs/__tests__/TabsContext.test.d.ts +2 -0
- package/dts/tabs/__tests__/TabsContext.test.d.ts.map +1 -0
- package/dts/tabs/__tests__/useTabs.test.d.ts +2 -0
- package/dts/tabs/__tests__/useTabs.test.d.ts.map +1 -0
- package/dts/tabs/useTabs.d.ts +29 -0
- package/dts/tabs/useTabs.d.ts.map +1 -0
- package/dts/tokens/accordion.d.ts +7 -0
- package/dts/tokens/accordion.d.ts.map +1 -0
- package/dts/tokens/appSwitcher.d.ts +4 -0
- package/dts/tokens/appSwitcher.d.ts.map +1 -0
- package/dts/tokens/avatar.d.ts +14 -0
- package/dts/tokens/avatar.d.ts.map +1 -0
- package/dts/tokens/banner.d.ts +15 -0
- package/dts/tokens/banner.d.ts.map +1 -0
- package/dts/tokens/borderRadius.d.ts +3 -0
- package/dts/tokens/borderRadius.d.ts.map +1 -0
- package/dts/tokens/button.d.ts +65 -0
- package/dts/tokens/button.d.ts.map +1 -0
- package/dts/tokens/card.d.ts +29 -0
- package/dts/tokens/card.d.ts.map +1 -0
- package/dts/tokens/cell.d.ts +27 -0
- package/dts/tokens/cell.d.ts.map +1 -0
- package/dts/tokens/chip.d.ts +2 -0
- package/dts/tokens/chip.d.ts.map +1 -0
- package/dts/tokens/dot.d.ts +12 -0
- package/dts/tokens/dot.d.ts.map +1 -0
- package/dts/tokens/drawer.d.ts +12 -0
- package/dts/tokens/drawer.d.ts.map +1 -0
- package/dts/tokens/illustrations.d.ts +28 -0
- package/dts/tokens/illustrations.d.ts.map +1 -0
- package/dts/tokens/input.d.ts +6 -0
- package/dts/tokens/input.d.ts.map +1 -0
- package/dts/tokens/interactable.d.ts +5 -0
- package/dts/tokens/interactable.d.ts.map +1 -0
- package/dts/tokens/interactableHeight.d.ts +5 -0
- package/dts/tokens/interactableHeight.d.ts.map +1 -0
- package/dts/tokens/menu.d.ts +3 -0
- package/dts/tokens/menu.d.ts.map +1 -0
- package/dts/tokens/multiContentModule.d.ts +2 -0
- package/dts/tokens/multiContentModule.d.ts.map +1 -0
- package/dts/tokens/navigation.d.ts +2 -0
- package/dts/tokens/navigation.d.ts.map +1 -0
- package/dts/tokens/overlays.d.ts +2 -0
- package/dts/tokens/overlays.d.ts.map +1 -0
- package/dts/tokens/page.d.ts +3 -0
- package/dts/tokens/page.d.ts.map +1 -0
- package/dts/tokens/select.d.ts +7 -0
- package/dts/tokens/select.d.ts.map +1 -0
- package/dts/tokens/sidebar.d.ts +3 -0
- package/dts/tokens/sidebar.d.ts.map +1 -0
- package/dts/tokens/sizing.d.ts +3 -0
- package/dts/tokens/sizing.d.ts.map +1 -0
- package/dts/tokens/sparkline.d.ts +11 -0
- package/dts/tokens/sparkline.d.ts.map +1 -0
- package/dts/tokens/tags.d.ts +12 -0
- package/dts/tokens/tags.d.ts.map +1 -0
- package/dts/tokens/tile.d.ts +4 -0
- package/dts/tokens/tile.d.ts.map +1 -0
- package/dts/tokens/toast.d.ts +5 -0
- package/dts/tokens/toast.d.ts.map +1 -0
- package/dts/tokens/tooltip.d.ts +4 -0
- package/dts/tokens/tooltip.d.ts.map +1 -0
- package/dts/tokens/zIndex.d.ts +14 -0
- package/dts/tokens/zIndex.d.ts.map +1 -0
- package/dts/tour/TourContext.d.ts +6 -0
- package/dts/tour/TourContext.d.ts.map +1 -0
- package/dts/tour/__tests__/TourContext.test.d.ts +2 -0
- package/dts/tour/__tests__/TourContext.test.d.ts.map +1 -0
- package/dts/tour/__tests__/useTour.test.d.ts +2 -0
- package/dts/tour/__tests__/useTour.test.d.ts.map +1 -0
- package/dts/tour/useTour.d.ts +98 -0
- package/dts/tour/useTour.d.ts.map +1 -0
- package/dts/types/AvatarBaseProps.d.ts +6 -0
- package/dts/types/AvatarBaseProps.d.ts.map +1 -0
- package/dts/types/AvatarSize.d.ts +2 -0
- package/dts/types/AvatarSize.d.ts.map +1 -0
- package/dts/types/BannerBaseProps.d.ts +3 -0
- package/dts/types/BannerBaseProps.d.ts.map +1 -0
- package/dts/types/BoxBaseProps.d.ts +62 -0
- package/dts/types/BoxBaseProps.d.ts.map +1 -0
- package/dts/types/ButtonBaseProps.d.ts +2 -0
- package/dts/types/ButtonBaseProps.d.ts.map +1 -0
- package/dts/types/CardHeaderProps.d.ts +12 -0
- package/dts/types/CardHeaderProps.d.ts.map +1 -0
- package/dts/types/CardMediaProps.d.ts +27 -0
- package/dts/types/CardMediaProps.d.ts.map +1 -0
- package/dts/types/CardRemoteImageProps.d.ts +18 -0
- package/dts/types/CardRemoteImageProps.d.ts.map +1 -0
- package/dts/types/CdsPlatform.d.ts +2 -0
- package/dts/types/CdsPlatform.d.ts.map +1 -0
- package/dts/types/CellBaseProps.d.ts +8 -0
- package/dts/types/CellBaseProps.d.ts.map +1 -0
- package/dts/types/Chart.d.ts +27 -0
- package/dts/types/Chart.d.ts.map +1 -0
- package/dts/types/CollapsibleBaseProps.d.ts +2 -0
- package/dts/types/CollapsibleBaseProps.d.ts.map +1 -0
- package/dts/types/Color.d.ts +6 -0
- package/dts/types/Color.d.ts.map +1 -0
- package/dts/types/ComponentEventHandlerProps.d.ts +6 -0
- package/dts/types/ComponentEventHandlerProps.d.ts.map +1 -0
- package/dts/types/DimensionStyles.d.ts +24 -0
- package/dts/types/DimensionStyles.d.ts.map +1 -0
- package/dts/types/Display.d.ts +2 -0
- package/dts/types/Display.d.ts.map +1 -0
- package/dts/types/DotBaseProps.d.ts +5 -0
- package/dts/types/DotBaseProps.d.ts.map +1 -0
- package/dts/types/DotCountBaseProps.d.ts +5 -0
- package/dts/types/DotCountBaseProps.d.ts.map +1 -0
- package/dts/types/ElevationLevels.d.ts +7 -0
- package/dts/types/ElevationLevels.d.ts.map +1 -0
- package/dts/types/FallbackBaseProps.d.ts +10 -0
- package/dts/types/FallbackBaseProps.d.ts.map +1 -0
- package/dts/types/Grid.d.ts +2 -0
- package/dts/types/Grid.d.ts.map +1 -0
- package/dts/types/Helpers.d.ts +4 -0
- package/dts/types/Helpers.d.ts.map +1 -0
- package/dts/types/IconButtonBaseProps.d.ts +3 -0
- package/dts/types/IconButtonBaseProps.d.ts.map +1 -0
- package/dts/types/IconName.d.ts +3 -0
- package/dts/types/IconName.d.ts.map +1 -0
- package/dts/types/IconSize.d.ts +3 -0
- package/dts/types/IconSize.d.ts.map +1 -0
- package/dts/types/IllustrationNames.d.ts +8 -0
- package/dts/types/IllustrationNames.d.ts.map +1 -0
- package/dts/types/IllustrationProps.d.ts +15 -0
- package/dts/types/IllustrationProps.d.ts.map +1 -0
- package/dts/types/InputBaseProps.d.ts +19 -0
- package/dts/types/InputBaseProps.d.ts.map +1 -0
- package/dts/types/LottiePlayer.d.ts +9 -0
- package/dts/types/LottiePlayer.d.ts.map +1 -0
- package/dts/types/LottieSource.d.ts +30 -0
- package/dts/types/LottieSource.d.ts.map +1 -0
- package/dts/types/LottieStatusAnimationProps.d.ts +24 -0
- package/dts/types/LottieStatusAnimationProps.d.ts.map +1 -0
- package/dts/types/Motion.d.ts +34 -0
- package/dts/types/Motion.d.ts.map +1 -0
- package/dts/types/OverlayLifecycleProps.d.ts +19 -0
- package/dts/types/OverlayLifecycleProps.d.ts.map +1 -0
- package/dts/types/Palette.d.ts +5 -0
- package/dts/types/Palette.d.ts.map +1 -0
- package/dts/types/Placement.d.ts +3 -0
- package/dts/types/Placement.d.ts.map +1 -0
- package/dts/types/Position.d.ts +2 -0
- package/dts/types/Position.d.ts.map +1 -0
- package/dts/types/ProgressContainerWithButtonsProps.d.ts +8 -0
- package/dts/types/ProgressContainerWithButtonsProps.d.ts.map +1 -0
- package/dts/types/PulseBaseProps.d.ts +2 -0
- package/dts/types/PulseBaseProps.d.ts.map +1 -0
- package/dts/types/React.d.ts +3 -0
- package/dts/types/React.d.ts.map +1 -0
- package/dts/types/Rect.d.ts +8 -0
- package/dts/types/Rect.d.ts.map +1 -0
- package/dts/types/Responsive.d.ts +3 -0
- package/dts/types/Responsive.d.ts.map +1 -0
- package/dts/types/ResponsiveProps.d.ts +24 -0
- package/dts/types/ResponsiveProps.d.ts.map +1 -0
- package/dts/types/SectionHeaderProps.d.ts +18 -0
- package/dts/types/SectionHeaderProps.d.ts.map +1 -0
- package/dts/types/Shape.d.ts +3 -0
- package/dts/types/Shape.d.ts.map +1 -0
- package/dts/types/SharedAccessibilityProps.d.ts +34 -0
- package/dts/types/SharedAccessibilityProps.d.ts.map +1 -0
- package/dts/types/SharedProps.d.ts +9 -0
- package/dts/types/SharedProps.d.ts.map +1 -0
- package/dts/types/SpacingProps.d.ts +46 -0
- package/dts/types/SpacingProps.d.ts.map +1 -0
- package/dts/types/SparklineInteractiveHeaderBaseProps.d.ts +3 -0
- package/dts/types/SparklineInteractiveHeaderBaseProps.d.ts.map +1 -0
- package/dts/types/SpreadPropsSafely.d.ts +28 -0
- package/dts/types/SpreadPropsSafely.d.ts.map +1 -0
- package/dts/types/StickyFooterProps.d.ts +22 -0
- package/dts/types/StickyFooterProps.d.ts.map +1 -0
- package/dts/types/TagBaseProps.d.ts +4 -0
- package/dts/types/TagBaseProps.d.ts.map +1 -0
- package/dts/types/TextBaseProps.d.ts +10 -0
- package/dts/types/TextBaseProps.d.ts.map +1 -0
- package/dts/types/TooltipBaseProps.d.ts +2 -0
- package/dts/types/TooltipBaseProps.d.ts.map +1 -0
- package/dts/types/TypeOrNumber.d.ts +3 -0
- package/dts/types/TypeOrNumber.d.ts.map +1 -0
- package/dts/types/Visibility.d.ts +5 -0
- package/dts/types/Visibility.d.ts.map +1 -0
- package/dts/types/Weight.d.ts +2 -0
- package/dts/types/Weight.d.ts.map +1 -0
- package/dts/types/index.d.ts +57 -0
- package/dts/types/index.d.ts.map +1 -0
- package/dts/utils/__tests__/cell.test.d.ts +2 -0
- package/dts/utils/__tests__/cell.test.d.ts.map +1 -0
- package/dts/utils/__tests__/chart.test.d.ts +2 -0
- package/dts/utils/__tests__/chart.test.d.ts.map +1 -0
- package/dts/utils/__tests__/flattenNodes.test.d.ts +2 -0
- package/dts/utils/__tests__/flattenNodes.test.d.ts.map +1 -0
- package/dts/utils/__tests__/formatCount.test.d.ts +2 -0
- package/dts/utils/__tests__/formatCount.test.d.ts.map +1 -0
- package/dts/utils/__tests__/getRectWidthVariant.test.d.ts +2 -0
- package/dts/utils/__tests__/getRectWidthVariant.test.d.ts.map +1 -0
- package/dts/utils/cell.d.ts +3 -0
- package/dts/utils/cell.d.ts.map +1 -0
- package/dts/utils/chart.d.ts +2 -0
- package/dts/utils/chart.d.ts.map +1 -0
- package/dts/utils/circle.d.ts +4 -0
- package/dts/utils/circle.d.ts.map +1 -0
- package/dts/utils/convertDimensionToAspectRatio.d.ts +4 -0
- package/dts/utils/convertDimensionToAspectRatio.d.ts.map +1 -0
- package/dts/utils/convertDimensionToSize.d.ts +8 -0
- package/dts/utils/convertDimensionToSize.d.ts.map +1 -0
- package/dts/utils/convertSizeWithMultiplier.d.ts +9 -0
- package/dts/utils/convertSizeWithMultiplier.d.ts.map +1 -0
- package/dts/utils/debounce.d.ts +2 -0
- package/dts/utils/debounce.d.ts.map +1 -0
- package/dts/utils/delay.d.ts +5 -0
- package/dts/utils/delay.d.ts.map +1 -0
- package/dts/utils/flattenNodes.d.ts +5 -0
- package/dts/utils/flattenNodes.d.ts.map +1 -0
- package/dts/utils/formatCount.d.ts +26 -0
- package/dts/utils/formatCount.d.ts.map +1 -0
- package/dts/utils/getAccessibleColor.d.ts +28 -0
- package/dts/utils/getAccessibleColor.d.ts.map +1 -0
- package/dts/utils/getButtonSpacingProps.d.ts +16 -0
- package/dts/utils/getButtonSpacingProps.d.ts.map +1 -0
- package/dts/utils/getDefaultAspectRatioForIllustration.d.ts +4 -0
- package/dts/utils/getDefaultAspectRatioForIllustration.d.ts.map +1 -0
- package/dts/utils/getDefaultSizeObjectForIllustration.d.ts +4 -0
- package/dts/utils/getDefaultSizeObjectForIllustration.d.ts.map +1 -0
- package/dts/utils/getRectWidthVariant.d.ts +2 -0
- package/dts/utils/getRectWidthVariant.d.ts.map +1 -0
- package/dts/utils/getWidthInEm.d.ts +6 -0
- package/dts/utils/getWidthInEm.d.ts.map +1 -0
- package/dts/utils/join.d.ts +6 -0
- package/dts/utils/join.d.ts.map +1 -0
- package/dts/utils/mergeProps.d.ts +3 -0
- package/dts/utils/mergeProps.d.ts.map +1 -0
- package/dts/utils/mockUtils.d.ts +2 -0
- package/dts/utils/mockUtils.d.ts.map +1 -0
- package/dts/utils/modulate.d.ts +9 -0
- package/dts/utils/modulate.d.ts.map +1 -0
- package/dts/utils/parseDotCountMaxOverflow.d.ts +3 -0
- package/dts/utils/parseDotCountMaxOverflow.d.ts.map +1 -0
- package/dts/visualizations/__tests__/getSparklineRange.test.d.ts +2 -0
- package/dts/visualizations/__tests__/getSparklineRange.test.d.ts.map +1 -0
- package/dts/visualizations/__tests__/largestTriangleThreeBucket.test.d.ts +2 -0
- package/dts/visualizations/__tests__/largestTriangleThreeBucket.test.d.ts.map +1 -0
- package/dts/visualizations/__tests__/useCounter.test.d.ts +2 -0
- package/dts/visualizations/__tests__/useCounter.test.d.ts.map +1 -0
- package/dts/visualizations/__tests__/useSparklineArea.test.d.ts +2 -0
- package/dts/visualizations/__tests__/useSparklineArea.test.d.ts.map +1 -0
- package/dts/visualizations/__tests__/useSparklineCoordinates.test.d.ts +2 -0
- package/dts/visualizations/__tests__/useSparklineCoordinates.test.d.ts.map +1 -0
- package/dts/visualizations/__tests__/useSparklinePath.test.d.ts +2 -0
- package/dts/visualizations/__tests__/useSparklinePath.test.d.ts.map +1 -0
- package/dts/visualizations/getProgressCircleParams.d.ts +15 -0
- package/dts/visualizations/getProgressCircleParams.d.ts.map +1 -0
- package/dts/visualizations/getSparklineRange.d.ts +9 -0
- package/dts/visualizations/getSparklineRange.d.ts.map +1 -0
- package/dts/visualizations/getSparklineTransform.d.ts +4 -0
- package/dts/visualizations/getSparklineTransform.d.ts.map +1 -0
- package/dts/visualizations/largestTriangleThreeBucket.d.ts +16 -0
- package/dts/visualizations/largestTriangleThreeBucket.d.ts.map +1 -0
- package/dts/visualizations/useCounter.d.ts +7 -0
- package/dts/visualizations/useCounter.d.ts.map +1 -0
- package/dts/visualizations/useDateLookup.d.ts +8 -0
- package/dts/visualizations/useDateLookup.d.ts.map +1 -0
- package/dts/visualizations/useProgressSize.d.ts +3 -0
- package/dts/visualizations/useProgressSize.d.ts.map +1 -0
- package/dts/visualizations/useSparklineArea.d.ts +3 -0
- package/dts/visualizations/useSparklineArea.d.ts.map +1 -0
- package/dts/visualizations/useSparklineAreaOpacity.d.ts +2 -0
- package/dts/visualizations/useSparklineAreaOpacity.d.ts.map +1 -0
- package/dts/visualizations/useSparklineCoordinates.d.ts +21 -0
- package/dts/visualizations/useSparklineCoordinates.d.ts.map +1 -0
- package/dts/visualizations/useSparklinePath.d.ts +3 -0
- package/dts/visualizations/useSparklinePath.d.ts.map +1 -0
- package/dts/visualizations/useSparklinePathGenerator.d.ts +18 -0
- package/dts/visualizations/useSparklinePathGenerator.d.ts.map +1 -0
- package/dts/visualizations/useTimeseriesPaths.d.ts +11 -0
- package/dts/visualizations/useTimeseriesPaths.d.ts.map +1 -0
- package/dts/visualizations/useVisualizationDimensions.d.ts +15 -0
- package/dts/visualizations/useVisualizationDimensions.d.ts.map +1 -0
- package/esm/accordion/AccordionProvider.js +38 -0
- package/esm/animation/accordion.js +3 -0
- package/esm/animation/border.js +10 -0
- package/esm/animation/carousel.js +21 -0
- package/esm/animation/collapsible.js +75 -0
- package/esm/animation/dot.js +15 -0
- package/esm/animation/drawer.js +19 -0
- package/esm/animation/dropdown.js +31 -0
- package/esm/animation/fullscreenModal.js +39 -0
- package/esm/animation/likeButton.js +18 -0
- package/esm/animation/menu.js +31 -0
- package/esm/animation/modal.js +32 -0
- package/esm/animation/overlay.js +16 -0
- package/esm/animation/paddle.js +17 -0
- package/esm/animation/progress.js +4 -0
- package/esm/animation/rotate.js +5 -0
- package/esm/animation/select.js +16 -0
- package/esm/animation/sparkline.js +8 -0
- package/esm/animation/tabs.js +5 -0
- package/esm/animation/toast.js +36 -0
- package/esm/animation/tooltip.js +87 -0
- package/esm/cards/getCardBodySpacingProps.js +25 -0
- package/esm/color/blendColors.js +44 -0
- package/esm/color/colorToHex.js +11 -0
- package/esm/color/darkenColor.js +5 -0
- package/esm/color/getAccessibleForegroundGradient.js +32 -0
- package/esm/color/getBlendedColor.js +202 -0
- package/esm/color/getContrastRatio.js +11 -0
- package/esm/color/getLuminance.js +28 -0
- package/esm/color/isAccessibleColor.js +31 -0
- package/esm/color/isLightOrDarkColor.js +21 -0
- package/esm/color/overrideAlpha.js +15 -0
- package/esm/core/theme.js +26 -0
- package/esm/dates/DateInputValidationError.js +7 -0
- package/esm/dates/IntlDateFormat.js +66 -0
- package/esm/dates/generateCalendarMonth.js +22 -0
- package/esm/dates/getISOStringLocal.js +8 -0
- package/esm/dates/getMidnightDate.js +4 -0
- package/esm/dates/getTimesFromDatesAndRanges.js +16 -0
- package/esm/dates/useDateInput.js +105 -0
- package/esm/dates/useDateInputValidation.js +50 -0
- package/esm/hooks/useEventHandler.js +54 -0
- package/esm/hooks/useFallbackShape.js +29 -0
- package/esm/hooks/useGroupToggler.js +105 -0
- package/esm/hooks/useHasMounted.js +6 -0
- package/esm/hooks/useIndexCounter.js +47 -0
- package/esm/hooks/useInputVariant.js +4 -0
- package/esm/hooks/useLogo.js +60 -0
- package/esm/hooks/useMergeRefs.js +14 -0
- package/esm/hooks/usePrefixedId.js +25 -0
- package/esm/hooks/usePreviousValue.js +16 -0
- package/esm/hooks/usePreviousValues.js +26 -0
- package/esm/hooks/useRefMap.js +17 -0
- package/esm/hooks/useSort.js +26 -0
- package/esm/hooks/useSubBrandLogo.js +244 -0
- package/esm/hooks/useTimer.js +51 -0
- package/esm/hooks/useToggler.js +24 -0
- package/esm/hooks/useValueChanges.js +15 -0
- package/esm/index.js +7 -0
- package/esm/internal/data/accounts.js +1838 -0
- package/esm/internal/data/announcementCards.js +23 -0
- package/esm/internal/data/asset.js +6345 -0
- package/esm/internal/data/assets.js +82 -0
- package/esm/internal/data/avatars.js +2 -0
- package/esm/internal/data/dataCards.js +22 -0
- package/esm/internal/data/featureEntryCards.js +28 -0
- package/esm/internal/data/feedImages.js +1 -0
- package/esm/internal/data/iconData.js +1 -0
- package/esm/internal/data/loremIpsum.js +1 -0
- package/esm/internal/data/navigation.js +11 -0
- package/esm/internal/data/prices.js +7 -0
- package/esm/internal/data/product.js +24 -0
- package/esm/internal/data/tabs.js +58 -0
- package/esm/internal/data/users.js +9 -0
- package/esm/internal/utils/storyBuilder.js +102 -0
- package/esm/internal/visualizations/SparklineInteractiveData.js +67 -0
- package/esm/jest/timeTravel.js +42 -0
- package/esm/lottie/lottieUtils.js +20 -0
- package/esm/lottie/lottieUtils.test.js +44 -0
- package/esm/lottie/useStatusAnimationPoller.js +67 -0
- package/esm/media/getAvatarFallbackColor.js +50 -0
- package/esm/media/remoteImageFallbackSrc.js +11 -0
- package/esm/motion/animatedCaret.js +6 -0
- package/esm/motion/checkbox.js +9 -0
- package/esm/motion/dot.js +9 -0
- package/esm/motion/hint.js +19 -0
- package/esm/motion/switch.js +8 -0
- package/esm/motion/tokens.js +71 -0
- package/esm/motion/utils.js +17 -0
- package/esm/numbers/IntlNumberFormat.js +204 -0
- package/esm/numbers/subscript.js +53 -0
- package/esm/overlays/ModalContext.js +8 -0
- package/esm/overlays/OverlayContentContext.js +24 -0
- package/esm/overlays/PortalContext.js +6 -0
- package/esm/overlays/ToastProvider.js +51 -0
- package/esm/overlays/useAlert.js +8 -0
- package/esm/overlays/useModal.js +16 -0
- package/esm/overlays/useOverlay.js +28 -0
- package/esm/overlays/usePortal.js +10 -0
- package/esm/overlays/usePortalState.js +55 -0
- package/esm/overlays/useToastQueue.js +67 -0
- package/esm/stepper/useStepper.js +124 -0
- package/esm/stepper/utils.js +45 -0
- package/esm/system/EventHandlerProvider.js +24 -0
- package/esm/system/LocaleProvider.js +19 -0
- package/esm/system/RefMapContext.js +7 -0
- package/esm/tabs/TabsContext.js +7 -0
- package/esm/tabs/useTabs.js +43 -0
- package/esm/tokens/accordion.js +6 -0
- package/esm/tokens/appSwitcher.js +3 -0
- package/esm/tokens/avatar.js +13 -0
- package/esm/tokens/banner.js +39 -0
- package/esm/tokens/borderRadius.js +7 -0
- package/esm/tokens/button.js +64 -0
- package/esm/tokens/card.js +29 -0
- package/esm/tokens/cell.js +40 -0
- package/esm/tokens/chip.js +1 -0
- package/esm/tokens/dot.js +31 -0
- package/esm/tokens/drawer.js +11 -0
- package/esm/tokens/illustrations.js +28 -0
- package/esm/tokens/input.js +5 -0
- package/esm/tokens/interactable.js +4 -0
- package/esm/tokens/interactableHeight.js +4 -0
- package/esm/tokens/menu.js +2 -0
- package/esm/tokens/multiContentModule.js +1 -0
- package/esm/tokens/navigation.js +1 -0
- package/esm/tokens/overlays.js +1 -0
- package/esm/tokens/page.js +2 -0
- package/esm/tokens/select.js +26 -0
- package/esm/tokens/sidebar.js +2 -0
- package/esm/tokens/sizing.js +2 -0
- package/esm/tokens/sparkline.js +24 -0
- package/esm/tokens/tags.js +66 -0
- package/esm/tokens/tile.js +9 -0
- package/esm/tokens/toast.js +4 -0
- package/esm/tokens/tooltip.js +5 -0
- package/esm/tokens/zIndex.js +15 -0
- package/esm/tour/TourContext.js +7 -0
- package/esm/tour/useTour.js +84 -0
- package/esm/types/AvatarBaseProps.js +1 -0
- package/esm/types/AvatarSize.js +1 -0
- package/esm/types/BannerBaseProps.js +1 -0
- package/esm/types/BoxBaseProps.js +1 -0
- package/esm/types/ButtonBaseProps.js +1 -0
- package/esm/types/CardHeaderProps.js +1 -0
- package/esm/types/CardMediaProps.js +1 -0
- package/esm/types/CardRemoteImageProps.js +1 -0
- package/esm/types/CdsPlatform.js +1 -0
- package/esm/types/CellBaseProps.js +1 -0
- package/esm/types/Chart.js +1 -0
- package/esm/types/CollapsibleBaseProps.js +1 -0
- package/esm/types/Color.js +1 -0
- package/esm/types/ComponentEventHandlerProps.js +1 -0
- package/esm/types/DimensionStyles.js +1 -0
- package/esm/types/Display.js +1 -0
- package/esm/types/DotBaseProps.js +1 -0
- package/esm/types/DotCountBaseProps.js +1 -0
- package/esm/types/ElevationLevels.js +1 -0
- package/esm/types/FallbackBaseProps.js +1 -0
- package/esm/types/Grid.js +1 -0
- package/esm/types/Helpers.js +1 -0
- package/esm/types/IconButtonBaseProps.js +1 -0
- package/esm/types/IconName.js +1 -0
- package/esm/types/IconSize.js +1 -0
- package/esm/types/IllustrationNames.js +1 -0
- package/esm/types/IllustrationProps.js +1 -0
- package/esm/types/InputBaseProps.js +1 -0
- package/esm/types/LottiePlayer.js +1 -0
- package/esm/types/LottieSource.js +1 -0
- package/esm/types/LottieStatusAnimationProps.js +1 -0
- package/esm/types/Motion.js +1 -0
- package/esm/types/OverlayLifecycleProps.js +1 -0
- package/esm/types/Palette.js +1 -0
- package/esm/types/Placement.js +1 -0
- package/esm/types/Position.js +1 -0
- package/esm/types/ProgressContainerWithButtonsProps.js +1 -0
- package/esm/types/PulseBaseProps.js +1 -0
- package/esm/types/React.js +1 -0
- package/esm/types/Rect.js +6 -0
- package/esm/types/Responsive.js +1 -0
- package/esm/types/ResponsiveProps.js +1 -0
- package/esm/types/SectionHeaderProps.js +1 -0
- package/esm/types/Shape.js +1 -0
- package/esm/types/SharedAccessibilityProps.js +1 -0
- package/esm/types/SharedProps.js +1 -0
- package/esm/types/SpacingProps.js +1 -0
- package/esm/types/SparklineInteractiveHeaderBaseProps.js +1 -0
- package/esm/types/SpreadPropsSafely.js +1 -0
- package/esm/types/StickyFooterProps.js +1 -0
- package/esm/types/TagBaseProps.js +1 -0
- package/esm/types/TextBaseProps.js +1 -0
- package/esm/types/TooltipBaseProps.js +1 -0
- package/esm/types/TypeOrNumber.js +1 -0
- package/esm/types/Visibility.js +1 -0
- package/esm/types/Weight.js +1 -0
- package/esm/types/index.js +58 -0
- package/esm/utils/cell.js +5 -0
- package/esm/utils/chart.js +14 -0
- package/esm/utils/circle.js +12 -0
- package/esm/utils/convertDimensionToAspectRatio.js +5 -0
- package/esm/utils/convertDimensionToSize.js +9 -0
- package/esm/utils/convertSizeWithMultiplier.js +7 -0
- package/esm/utils/debounce.js +16 -0
- package/esm/utils/delay.js +6 -0
- package/esm/utils/flattenNodes.js +33 -0
- package/esm/utils/formatCount.js +43 -0
- package/esm/utils/getAccessibleColor.js +50 -0
- package/esm/utils/getButtonSpacingProps.js +24 -0
- package/esm/utils/getDefaultAspectRatioForIllustration.js +6 -0
- package/esm/utils/getDefaultSizeObjectForIllustration.js +7 -0
- package/esm/utils/getRectWidthVariant.js +1 -0
- package/esm/utils/getWidthInEm.js +13 -0
- package/esm/utils/join.js +11 -0
- package/esm/utils/mergeProps.js +25 -0
- package/esm/utils/mockUtils.js +1 -0
- package/esm/utils/modulate.js +32 -0
- package/esm/utils/parseDotCountMaxOverflow.js +7 -0
- package/esm/visualizations/getProgressCircleParams.js +18 -0
- package/esm/visualizations/getSparklineRange.js +13 -0
- package/esm/visualizations/getSparklineTransform.js +19 -0
- package/esm/visualizations/largestTriangleThreeBucket.js +57 -0
- package/esm/visualizations/useCounter.js +52 -0
- package/esm/visualizations/useDateLookup.js +18 -0
- package/esm/visualizations/useProgressSize.js +15 -0
- package/esm/visualizations/useSparklineArea.js +30 -0
- package/esm/visualizations/useSparklineAreaOpacity.js +3 -0
- package/esm/visualizations/useSparklineCoordinates.js +73 -0
- package/esm/visualizations/useSparklinePath.js +22 -0
- package/esm/visualizations/useSparklinePathGenerator.js +38 -0
- package/esm/visualizations/useTimeseriesPaths.js +41 -0
- package/esm/visualizations/useVisualizationDimensions.js +27 -0
- package/package.json +61 -5
- package/index.js +0 -1
|
@@ -0,0 +1,1838 @@
|
|
|
1
|
+
export const accounts = [{
|
|
2
|
+
id: '667f58cf-0a52-55e4-a47b-357187313e8b',
|
|
3
|
+
name: 'BCH Wallet',
|
|
4
|
+
primary: true,
|
|
5
|
+
type: 'wallet',
|
|
6
|
+
currency: {
|
|
7
|
+
code: 'BCH',
|
|
8
|
+
name: 'Bitcoin Cash',
|
|
9
|
+
color: '#8DC351',
|
|
10
|
+
sort_index: 101,
|
|
11
|
+
exponent: 8,
|
|
12
|
+
type: 'crypto',
|
|
13
|
+
address_regex: '^([2mn][1-9A-HJ-NP-Za-km-z]{25,34})|^((bchtest:)?(q|p)[a-z0-9]{41})|^((BCHTEST:)?(Q|P)[A-Z0-9]{41})$',
|
|
14
|
+
asset_id: '45f99e13-b522-57d7-8058-c57bf92fe7a3',
|
|
15
|
+
slug: 'bitcoin-cash'
|
|
16
|
+
},
|
|
17
|
+
balance: {
|
|
18
|
+
amount: '1000.00000000',
|
|
19
|
+
currency: 'BCH'
|
|
20
|
+
},
|
|
21
|
+
created_at: '2021-09-02T23:33:48Z',
|
|
22
|
+
updated_at: '2021-09-02T23:33:51Z',
|
|
23
|
+
resource: 'account',
|
|
24
|
+
resource_path: '/v2/accounts/667f58cf-0a52-55e4-a47b-357187313e8b',
|
|
25
|
+
allow_deposits: true,
|
|
26
|
+
allow_withdrawals: true,
|
|
27
|
+
active: true
|
|
28
|
+
}, {
|
|
29
|
+
id: '08ec5cc3-ffe6-536a-a5b3-de10e221a037',
|
|
30
|
+
name: 'Cash (USD)',
|
|
31
|
+
primary: false,
|
|
32
|
+
type: 'fiat',
|
|
33
|
+
currency: {
|
|
34
|
+
code: 'USD',
|
|
35
|
+
name: 'US Dollar',
|
|
36
|
+
color: '#0066cf',
|
|
37
|
+
sort_index: 0,
|
|
38
|
+
exponent: 2,
|
|
39
|
+
type: 'fiat'
|
|
40
|
+
},
|
|
41
|
+
balance: {
|
|
42
|
+
amount: '1003039.590',
|
|
43
|
+
currency: 'USD'
|
|
44
|
+
},
|
|
45
|
+
created_at: '2021-09-02T23:24:06Z',
|
|
46
|
+
updated_at: '2021-09-02T23:24:06Z',
|
|
47
|
+
resource: 'account',
|
|
48
|
+
resource_path: '/v2/accounts/08ec5cc3-ffe6-536a-a5b3-de10e221a037',
|
|
49
|
+
allow_deposits: true,
|
|
50
|
+
allow_withdrawals: true,
|
|
51
|
+
active: true,
|
|
52
|
+
wire_deposit_information: {
|
|
53
|
+
account_number: null,
|
|
54
|
+
routing_number: '021214891',
|
|
55
|
+
bank_name: 'Cross River Bank',
|
|
56
|
+
bank_address: '885 Teaneck Road, Teaneck, NJ 07666',
|
|
57
|
+
bank_country: {
|
|
58
|
+
code: 'US',
|
|
59
|
+
name: 'United States'
|
|
60
|
+
},
|
|
61
|
+
account_name: 'Coinbase Inc',
|
|
62
|
+
account_address: '100 Pine Street, Suite 1250, San Francisco, CA 94111',
|
|
63
|
+
reference: 'FGNLKXTW'
|
|
64
|
+
},
|
|
65
|
+
swift_deposit_information: null
|
|
66
|
+
}, {
|
|
67
|
+
id: 'df4f3062-d44d-526c-91c4-1ae6af0748fd',
|
|
68
|
+
name: 'GBP Wallet',
|
|
69
|
+
primary: false,
|
|
70
|
+
type: 'fiat',
|
|
71
|
+
currency: {
|
|
72
|
+
code: 'GBP',
|
|
73
|
+
name: 'British Pound',
|
|
74
|
+
color: '#0066cf',
|
|
75
|
+
sort_index: 3,
|
|
76
|
+
exponent: 2,
|
|
77
|
+
type: 'fiat'
|
|
78
|
+
},
|
|
79
|
+
balance: {
|
|
80
|
+
amount: '40.00',
|
|
81
|
+
currency: 'GBP'
|
|
82
|
+
},
|
|
83
|
+
created_at: '2021-09-02T23:22:54Z',
|
|
84
|
+
updated_at: '2021-09-02T23:22:54Z',
|
|
85
|
+
resource: 'account',
|
|
86
|
+
resource_path: '/v2/accounts/df4f3062-d44d-526c-91c4-1ae6af0748fd',
|
|
87
|
+
allow_deposits: true,
|
|
88
|
+
allow_withdrawals: true,
|
|
89
|
+
active: true,
|
|
90
|
+
uk_deposit_information: {
|
|
91
|
+
sort_code: '04-06-10',
|
|
92
|
+
account_number: '00013818',
|
|
93
|
+
account_name: 'Jonathan Rossi',
|
|
94
|
+
bank_name: 'Coinbase',
|
|
95
|
+
reference: 'CBAGBPWSZTLUHK'
|
|
96
|
+
}
|
|
97
|
+
}, {
|
|
98
|
+
id: 'dcb78d77-3803-5b7e-ad91-8bce2ed25e28',
|
|
99
|
+
name: 'EUR Wallet',
|
|
100
|
+
primary: false,
|
|
101
|
+
type: 'fiat',
|
|
102
|
+
currency: {
|
|
103
|
+
code: 'EUR',
|
|
104
|
+
name: 'Euro',
|
|
105
|
+
color: '#0066cf',
|
|
106
|
+
sort_index: 2,
|
|
107
|
+
exponent: 2,
|
|
108
|
+
type: 'fiat'
|
|
109
|
+
},
|
|
110
|
+
balance: {
|
|
111
|
+
amount: '110.10',
|
|
112
|
+
currency: 'EUR'
|
|
113
|
+
},
|
|
114
|
+
created_at: '2021-09-02T23:22:54Z',
|
|
115
|
+
updated_at: '2021-09-02T23:22:54Z',
|
|
116
|
+
resource: 'account',
|
|
117
|
+
resource_path: '/v2/accounts/dcb78d77-3803-5b7e-ad91-8bce2ed25e28',
|
|
118
|
+
allow_deposits: true,
|
|
119
|
+
allow_withdrawals: true,
|
|
120
|
+
active: true,
|
|
121
|
+
sepa_deposit_information: {
|
|
122
|
+
iban: 'TODO-CBINC-ACCOUNT-NUMBER',
|
|
123
|
+
swift: 'LHVBEE22',
|
|
124
|
+
bank_name: 'AS LHV Pank',
|
|
125
|
+
bank_address: 'Tartu mnt 2, 10145 Tallinn, Estonia',
|
|
126
|
+
bank_country: {
|
|
127
|
+
code: 'EE',
|
|
128
|
+
name: 'Estonia'
|
|
129
|
+
},
|
|
130
|
+
account_name: 'Coinbase Inc',
|
|
131
|
+
account_address: '100 Pine Street, Suite 1250, San Francisco, CA 94111',
|
|
132
|
+
reference: 'CBAEURMYVMGSFB'
|
|
133
|
+
}
|
|
134
|
+
}, {
|
|
135
|
+
id: '2ad2ed31-0336-5cb7-889d-ee833c2c6312',
|
|
136
|
+
name: 'BTC Wallet',
|
|
137
|
+
primary: true,
|
|
138
|
+
type: 'wallet',
|
|
139
|
+
currency: {
|
|
140
|
+
code: 'BTC',
|
|
141
|
+
name: 'Bitcoin',
|
|
142
|
+
color: '#F7931A',
|
|
143
|
+
sort_index: 100,
|
|
144
|
+
exponent: 8,
|
|
145
|
+
type: 'crypto',
|
|
146
|
+
address_regex: '^([2mn][1-9A-HJ-NP-Za-km-z]{25,34})|^(tb1([qpzry9x8gf2tvdw0s3jn54khce6mua7l]{39}|[qpzry9x8gf2tvdw0s3jn54khce6mua7l]{59}))$',
|
|
147
|
+
asset_id: '5b71fc48-3dd3-540c-809b-f8c94d0e68b5',
|
|
148
|
+
slug: 'bitcoin'
|
|
149
|
+
},
|
|
150
|
+
balance: {
|
|
151
|
+
amount: '12.100000000',
|
|
152
|
+
currency: 'BTC'
|
|
153
|
+
},
|
|
154
|
+
created_at: '2021-09-02T23:22:17Z',
|
|
155
|
+
updated_at: '2021-09-02T23:22:17Z',
|
|
156
|
+
resource: 'account',
|
|
157
|
+
resource_path: '/v2/accounts/2ad2ed31-0336-5cb7-889d-ee833c2c6312',
|
|
158
|
+
allow_deposits: true,
|
|
159
|
+
allow_withdrawals: true,
|
|
160
|
+
active: true
|
|
161
|
+
}, {
|
|
162
|
+
id: 'ETH',
|
|
163
|
+
name: 'ETH Wallet',
|
|
164
|
+
primary: true,
|
|
165
|
+
type: 'wallet',
|
|
166
|
+
currency: {
|
|
167
|
+
code: 'ETH',
|
|
168
|
+
name: 'Ethereum',
|
|
169
|
+
color: '#627EEA',
|
|
170
|
+
sort_index: 102,
|
|
171
|
+
exponent: 8,
|
|
172
|
+
type: 'crypto',
|
|
173
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
174
|
+
asset_id: 'd85dce9b-5b73-5c3c-8978-522ce1d1c1b4',
|
|
175
|
+
slug: 'ethereum'
|
|
176
|
+
},
|
|
177
|
+
balance: {
|
|
178
|
+
amount: '10200.940000000',
|
|
179
|
+
currency: 'ETH'
|
|
180
|
+
},
|
|
181
|
+
created_at: null,
|
|
182
|
+
updated_at: null,
|
|
183
|
+
resource: 'account',
|
|
184
|
+
resource_path: '/v2/accounts/ETH',
|
|
185
|
+
allow_deposits: true,
|
|
186
|
+
allow_withdrawals: true,
|
|
187
|
+
active: true
|
|
188
|
+
}, {
|
|
189
|
+
id: 'ETC',
|
|
190
|
+
name: 'ETC Wallet',
|
|
191
|
+
primary: true,
|
|
192
|
+
type: 'wallet',
|
|
193
|
+
currency: {
|
|
194
|
+
code: 'ETC',
|
|
195
|
+
name: 'Ethereum Classic',
|
|
196
|
+
color: '#59D4AF',
|
|
197
|
+
sort_index: 103,
|
|
198
|
+
exponent: 8,
|
|
199
|
+
type: 'crypto',
|
|
200
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
201
|
+
asset_id: 'c16df856-0345-5358-8a70-2a78c804e61f',
|
|
202
|
+
slug: 'ethereum-classic'
|
|
203
|
+
},
|
|
204
|
+
balance: {
|
|
205
|
+
amount: '0.00000000',
|
|
206
|
+
currency: 'ETC'
|
|
207
|
+
},
|
|
208
|
+
created_at: null,
|
|
209
|
+
updated_at: null,
|
|
210
|
+
resource: 'account',
|
|
211
|
+
resource_path: '/v2/accounts/ETC',
|
|
212
|
+
allow_deposits: true,
|
|
213
|
+
allow_withdrawals: true,
|
|
214
|
+
active: true
|
|
215
|
+
}, {
|
|
216
|
+
id: 'LTC',
|
|
217
|
+
name: 'LTC Wallet',
|
|
218
|
+
primary: true,
|
|
219
|
+
type: 'wallet',
|
|
220
|
+
currency: {
|
|
221
|
+
code: 'LTC',
|
|
222
|
+
name: 'Litecoin',
|
|
223
|
+
color: '#A6A9AA',
|
|
224
|
+
sort_index: 104,
|
|
225
|
+
exponent: 8,
|
|
226
|
+
type: 'crypto',
|
|
227
|
+
address_regex: '^((m|n|2|Q)[a-km-zA-HJ-NP-Z1-9]{25,34})|^(tltc1([qpzry9x8gf2tvdw0s3jn54khce6mua7l]{39}|[qpzry9x8gf2tvdw0s3jn54khce6mua7l]{59}))$',
|
|
228
|
+
asset_id: 'c9c24c6e-c045-5fde-98a2-00ea7f520437',
|
|
229
|
+
slug: 'litecoin'
|
|
230
|
+
},
|
|
231
|
+
balance: {
|
|
232
|
+
amount: '0.00000000',
|
|
233
|
+
currency: 'LTC'
|
|
234
|
+
},
|
|
235
|
+
created_at: null,
|
|
236
|
+
updated_at: null,
|
|
237
|
+
resource: 'account',
|
|
238
|
+
resource_path: '/v2/accounts/LTC',
|
|
239
|
+
allow_deposits: true,
|
|
240
|
+
allow_withdrawals: true,
|
|
241
|
+
active: true
|
|
242
|
+
}, {
|
|
243
|
+
id: 'ZRX',
|
|
244
|
+
name: 'ZRX Wallet',
|
|
245
|
+
primary: true,
|
|
246
|
+
type: 'wallet',
|
|
247
|
+
currency: {
|
|
248
|
+
code: 'ZRX',
|
|
249
|
+
name: '0x',
|
|
250
|
+
color: '#302C2C',
|
|
251
|
+
sort_index: 105,
|
|
252
|
+
exponent: 8,
|
|
253
|
+
type: 'crypto',
|
|
254
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
255
|
+
asset_id: 'a2a8f5ae-83a6-542e-9064-7d335ae8a58d',
|
|
256
|
+
slug: '0x'
|
|
257
|
+
},
|
|
258
|
+
balance: {
|
|
259
|
+
amount: '0.00000000',
|
|
260
|
+
currency: 'ZRX'
|
|
261
|
+
},
|
|
262
|
+
created_at: null,
|
|
263
|
+
updated_at: null,
|
|
264
|
+
resource: 'account',
|
|
265
|
+
resource_path: '/v2/accounts/ZRX',
|
|
266
|
+
allow_deposits: true,
|
|
267
|
+
allow_withdrawals: true,
|
|
268
|
+
active: true
|
|
269
|
+
}, {
|
|
270
|
+
id: 'BAT',
|
|
271
|
+
name: 'BAT Wallet',
|
|
272
|
+
primary: true,
|
|
273
|
+
type: 'wallet',
|
|
274
|
+
currency: {
|
|
275
|
+
code: 'BAT',
|
|
276
|
+
name: 'Basic Attention Token',
|
|
277
|
+
color: '#FF5000',
|
|
278
|
+
sort_index: 106,
|
|
279
|
+
exponent: 8,
|
|
280
|
+
type: 'crypto',
|
|
281
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
282
|
+
asset_id: 'b8950bef-d61b-53cd-bb66-db436f0f81bc',
|
|
283
|
+
slug: 'basic-attention-token'
|
|
284
|
+
},
|
|
285
|
+
balance: {
|
|
286
|
+
amount: '0.00000000',
|
|
287
|
+
currency: 'BAT'
|
|
288
|
+
},
|
|
289
|
+
created_at: null,
|
|
290
|
+
updated_at: null,
|
|
291
|
+
resource: 'account',
|
|
292
|
+
resource_path: '/v2/accounts/BAT',
|
|
293
|
+
allow_deposits: true,
|
|
294
|
+
allow_withdrawals: true,
|
|
295
|
+
active: true
|
|
296
|
+
}, {
|
|
297
|
+
id: 'USDC',
|
|
298
|
+
name: 'USDC Wallet',
|
|
299
|
+
primary: true,
|
|
300
|
+
type: 'wallet',
|
|
301
|
+
currency: {
|
|
302
|
+
code: 'USDC',
|
|
303
|
+
name: 'USD Coin',
|
|
304
|
+
color: '#2775CA',
|
|
305
|
+
sort_index: 107,
|
|
306
|
+
exponent: 6,
|
|
307
|
+
type: 'crypto',
|
|
308
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
309
|
+
asset_id: '2b92315d-eab7-5bef-84fa-089a131333f5',
|
|
310
|
+
slug: 'usdc'
|
|
311
|
+
},
|
|
312
|
+
balance: {
|
|
313
|
+
amount: '0.000000',
|
|
314
|
+
currency: 'USDC'
|
|
315
|
+
},
|
|
316
|
+
created_at: null,
|
|
317
|
+
updated_at: null,
|
|
318
|
+
resource: 'account',
|
|
319
|
+
resource_path: '/v2/accounts/USDC',
|
|
320
|
+
allow_deposits: true,
|
|
321
|
+
allow_withdrawals: true,
|
|
322
|
+
active: true,
|
|
323
|
+
rewards_apy: '0.0015',
|
|
324
|
+
rewards: {
|
|
325
|
+
apy: '0.0015',
|
|
326
|
+
formatted_apy: '0.15%',
|
|
327
|
+
label: '0.15% APY'
|
|
328
|
+
}
|
|
329
|
+
}, {
|
|
330
|
+
id: 'ZEC',
|
|
331
|
+
name: 'ZEC Wallet',
|
|
332
|
+
primary: true,
|
|
333
|
+
type: 'wallet',
|
|
334
|
+
currency: {
|
|
335
|
+
code: 'ZEC',
|
|
336
|
+
name: 'Zcash',
|
|
337
|
+
color: '#ECB244',
|
|
338
|
+
sort_index: 108,
|
|
339
|
+
exponent: 8,
|
|
340
|
+
type: 'crypto',
|
|
341
|
+
address_regex: '^(tm|t2)[a-km-zA-HJ-NP-Z1-9]{33}$',
|
|
342
|
+
asset_id: '1d3c2625-a8d9-5458-84d0-437d75540421',
|
|
343
|
+
slug: 'zcash'
|
|
344
|
+
},
|
|
345
|
+
balance: {
|
|
346
|
+
amount: '0.00000000',
|
|
347
|
+
currency: 'ZEC'
|
|
348
|
+
},
|
|
349
|
+
created_at: null,
|
|
350
|
+
updated_at: null,
|
|
351
|
+
resource: 'account',
|
|
352
|
+
resource_path: '/v2/accounts/ZEC',
|
|
353
|
+
allow_deposits: true,
|
|
354
|
+
allow_withdrawals: true,
|
|
355
|
+
active: true
|
|
356
|
+
}, {
|
|
357
|
+
id: 'MKR',
|
|
358
|
+
name: 'MKR Wallet',
|
|
359
|
+
primary: true,
|
|
360
|
+
type: 'wallet',
|
|
361
|
+
currency: {
|
|
362
|
+
code: 'MKR',
|
|
363
|
+
name: 'Maker',
|
|
364
|
+
color: '#1AAB9B',
|
|
365
|
+
sort_index: 114,
|
|
366
|
+
exponent: 8,
|
|
367
|
+
type: 'crypto',
|
|
368
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
369
|
+
asset_id: '5553e486-7a85-5433-a5c1-aaeb18a154dd',
|
|
370
|
+
slug: 'maker'
|
|
371
|
+
},
|
|
372
|
+
balance: {
|
|
373
|
+
amount: '0.00000000',
|
|
374
|
+
currency: 'MKR'
|
|
375
|
+
},
|
|
376
|
+
created_at: null,
|
|
377
|
+
updated_at: null,
|
|
378
|
+
resource: 'account',
|
|
379
|
+
resource_path: '/v2/accounts/MKR',
|
|
380
|
+
allow_deposits: true,
|
|
381
|
+
allow_withdrawals: true,
|
|
382
|
+
active: true
|
|
383
|
+
}, {
|
|
384
|
+
id: 'DAI',
|
|
385
|
+
name: 'DAI Wallet',
|
|
386
|
+
primary: true,
|
|
387
|
+
type: 'wallet',
|
|
388
|
+
currency: {
|
|
389
|
+
code: 'DAI',
|
|
390
|
+
name: 'Dai',
|
|
391
|
+
color: '#FFB74D',
|
|
392
|
+
sort_index: 115,
|
|
393
|
+
exponent: 8,
|
|
394
|
+
type: 'crypto',
|
|
395
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
396
|
+
asset_id: '01e9e33b-d099-56fb-aa3b-76c19d0b250e',
|
|
397
|
+
slug: 'dai'
|
|
398
|
+
},
|
|
399
|
+
balance: {
|
|
400
|
+
amount: '0.00000000',
|
|
401
|
+
currency: 'DAI'
|
|
402
|
+
},
|
|
403
|
+
created_at: null,
|
|
404
|
+
updated_at: null,
|
|
405
|
+
resource: 'account',
|
|
406
|
+
resource_path: '/v2/accounts/DAI',
|
|
407
|
+
allow_deposits: true,
|
|
408
|
+
allow_withdrawals: true,
|
|
409
|
+
active: true,
|
|
410
|
+
rewards_apy: '0.02',
|
|
411
|
+
rewards: {
|
|
412
|
+
apy: '0.02',
|
|
413
|
+
formatted_apy: '2.00%',
|
|
414
|
+
label: '2.00% APY'
|
|
415
|
+
}
|
|
416
|
+
}, {
|
|
417
|
+
id: 'OMG',
|
|
418
|
+
name: 'OMG Wallet',
|
|
419
|
+
primary: true,
|
|
420
|
+
type: 'wallet',
|
|
421
|
+
currency: {
|
|
422
|
+
code: 'OMG',
|
|
423
|
+
name: 'OMG Network',
|
|
424
|
+
color: '#101010',
|
|
425
|
+
sort_index: 118,
|
|
426
|
+
exponent: 8,
|
|
427
|
+
type: 'crypto',
|
|
428
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
429
|
+
asset_id: '7616bfa5-9874-5680-87ef-6f04dd3a0e75',
|
|
430
|
+
slug: 'omg-network'
|
|
431
|
+
},
|
|
432
|
+
balance: {
|
|
433
|
+
amount: '0.00000000',
|
|
434
|
+
currency: 'OMG'
|
|
435
|
+
},
|
|
436
|
+
created_at: null,
|
|
437
|
+
updated_at: null,
|
|
438
|
+
resource: 'account',
|
|
439
|
+
resource_path: '/v2/accounts/OMG',
|
|
440
|
+
allow_deposits: true,
|
|
441
|
+
allow_withdrawals: true,
|
|
442
|
+
active: true
|
|
443
|
+
}, {
|
|
444
|
+
id: 'KNC',
|
|
445
|
+
name: 'KNC Wallet',
|
|
446
|
+
primary: true,
|
|
447
|
+
type: 'wallet',
|
|
448
|
+
currency: {
|
|
449
|
+
code: 'KNC',
|
|
450
|
+
name: 'Kyber Network',
|
|
451
|
+
color: '#31CB9E',
|
|
452
|
+
sort_index: 121,
|
|
453
|
+
exponent: 8,
|
|
454
|
+
type: 'crypto',
|
|
455
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
456
|
+
asset_id: '8c853af0-5071-5dd7-9f70-1a871107f53c',
|
|
457
|
+
slug: 'kyber-network'
|
|
458
|
+
},
|
|
459
|
+
balance: {
|
|
460
|
+
amount: '0.00000000',
|
|
461
|
+
currency: 'KNC'
|
|
462
|
+
},
|
|
463
|
+
created_at: null,
|
|
464
|
+
updated_at: null,
|
|
465
|
+
resource: 'account',
|
|
466
|
+
resource_path: '/v2/accounts/KNC',
|
|
467
|
+
allow_deposits: true,
|
|
468
|
+
allow_withdrawals: true,
|
|
469
|
+
active: true
|
|
470
|
+
}, {
|
|
471
|
+
id: 'XRP',
|
|
472
|
+
name: 'XRP Wallet',
|
|
473
|
+
primary: true,
|
|
474
|
+
type: 'wallet',
|
|
475
|
+
currency: {
|
|
476
|
+
code: 'XRP',
|
|
477
|
+
name: 'XRP',
|
|
478
|
+
color: '#222222',
|
|
479
|
+
sort_index: 125,
|
|
480
|
+
exponent: 6,
|
|
481
|
+
type: 'crypto',
|
|
482
|
+
address_regex: '^r[1-9a-km-zA-HJ-NP-Z]{25,35}$',
|
|
483
|
+
asset_id: 'e17a44c8-6ea1-564f-a02c-2a9ca1d8eec4',
|
|
484
|
+
destination_tag_name: 'XRP Tag',
|
|
485
|
+
destination_tag_regex: '^\\d{1,10}$',
|
|
486
|
+
slug: 'xrp'
|
|
487
|
+
},
|
|
488
|
+
balance: {
|
|
489
|
+
amount: '0.000000',
|
|
490
|
+
currency: 'XRP'
|
|
491
|
+
},
|
|
492
|
+
created_at: null,
|
|
493
|
+
updated_at: null,
|
|
494
|
+
resource: 'account',
|
|
495
|
+
resource_path: '/v2/accounts/XRP',
|
|
496
|
+
allow_deposits: true,
|
|
497
|
+
allow_withdrawals: true,
|
|
498
|
+
active: true
|
|
499
|
+
}, {
|
|
500
|
+
id: 'REP',
|
|
501
|
+
name: 'REP Wallet',
|
|
502
|
+
primary: true,
|
|
503
|
+
type: 'wallet',
|
|
504
|
+
currency: {
|
|
505
|
+
code: 'REP',
|
|
506
|
+
name: 'Augur',
|
|
507
|
+
color: '#553580',
|
|
508
|
+
sort_index: 126,
|
|
509
|
+
exponent: 8,
|
|
510
|
+
type: 'crypto',
|
|
511
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
512
|
+
asset_id: 'b8b44189-a54b-526f-b68d-1dbb27b462c3',
|
|
513
|
+
slug: 'augur'
|
|
514
|
+
},
|
|
515
|
+
balance: {
|
|
516
|
+
amount: '0.00000000',
|
|
517
|
+
currency: 'REP'
|
|
518
|
+
},
|
|
519
|
+
created_at: null,
|
|
520
|
+
updated_at: null,
|
|
521
|
+
resource: 'account',
|
|
522
|
+
resource_path: '/v2/accounts/REP',
|
|
523
|
+
allow_deposits: true,
|
|
524
|
+
allow_withdrawals: true,
|
|
525
|
+
active: true
|
|
526
|
+
}, {
|
|
527
|
+
id: 'XLM',
|
|
528
|
+
name: 'XLM Wallet',
|
|
529
|
+
primary: true,
|
|
530
|
+
type: 'wallet',
|
|
531
|
+
currency: {
|
|
532
|
+
code: 'XLM',
|
|
533
|
+
name: 'Stellar Lumens',
|
|
534
|
+
color: '#000000',
|
|
535
|
+
sort_index: 127,
|
|
536
|
+
exponent: 7,
|
|
537
|
+
type: 'crypto',
|
|
538
|
+
address_regex: '^G[A-Z2-7]{55}$',
|
|
539
|
+
asset_id: '13b83335-5ede-595b-821e-5bcdfa80560f',
|
|
540
|
+
destination_tag_name: 'XLM Memo',
|
|
541
|
+
destination_tag_regex: '^[ -~]{1,28}$',
|
|
542
|
+
slug: 'stellar'
|
|
543
|
+
},
|
|
544
|
+
balance: {
|
|
545
|
+
amount: '0.0000000',
|
|
546
|
+
currency: 'XLM'
|
|
547
|
+
},
|
|
548
|
+
created_at: null,
|
|
549
|
+
updated_at: null,
|
|
550
|
+
resource: 'account',
|
|
551
|
+
resource_path: '/v2/accounts/XLM',
|
|
552
|
+
allow_deposits: true,
|
|
553
|
+
allow_withdrawals: true,
|
|
554
|
+
active: true
|
|
555
|
+
}, {
|
|
556
|
+
id: 'EOS',
|
|
557
|
+
name: 'EOS Wallet',
|
|
558
|
+
primary: true,
|
|
559
|
+
type: 'wallet',
|
|
560
|
+
currency: {
|
|
561
|
+
code: 'EOS',
|
|
562
|
+
name: 'EOS',
|
|
563
|
+
color: '#000000',
|
|
564
|
+
sort_index: 128,
|
|
565
|
+
exponent: 4,
|
|
566
|
+
type: 'crypto',
|
|
567
|
+
address_regex: '(^[a-z1-5.]{1,11}[a-z1-5]$)|(^[a-z1-5.]{12}[a-j1-5]$)',
|
|
568
|
+
asset_id: '8d556883-6c26-5a88-9d8f-fa41fe8ed76e',
|
|
569
|
+
destination_tag_name: 'EOS Memo',
|
|
570
|
+
destination_tag_regex: '^.{1,100}$',
|
|
571
|
+
slug: 'eos'
|
|
572
|
+
},
|
|
573
|
+
balance: {
|
|
574
|
+
amount: '0.0000',
|
|
575
|
+
currency: 'EOS'
|
|
576
|
+
},
|
|
577
|
+
created_at: null,
|
|
578
|
+
updated_at: null,
|
|
579
|
+
resource: 'account',
|
|
580
|
+
resource_path: '/v2/accounts/EOS',
|
|
581
|
+
allow_deposits: true,
|
|
582
|
+
allow_withdrawals: true,
|
|
583
|
+
active: true
|
|
584
|
+
}, {
|
|
585
|
+
id: 'DOGE',
|
|
586
|
+
name: 'DOGE Wallet',
|
|
587
|
+
primary: true,
|
|
588
|
+
type: 'wallet',
|
|
589
|
+
currency: {
|
|
590
|
+
code: 'DOGE',
|
|
591
|
+
name: 'Dogecoin',
|
|
592
|
+
color: '#BA9F33',
|
|
593
|
+
sort_index: 129,
|
|
594
|
+
exponent: 8,
|
|
595
|
+
type: 'crypto',
|
|
596
|
+
address_regex: '^((2|n)[a-km-zA-HJ-NP-Z1-9]{25,34})$',
|
|
597
|
+
asset_id: 'd9a3edfa-1be7-589c-bd20-c034f3830b60',
|
|
598
|
+
slug: 'dogecoin'
|
|
599
|
+
},
|
|
600
|
+
balance: {
|
|
601
|
+
amount: '0.00000000',
|
|
602
|
+
currency: 'DOGE'
|
|
603
|
+
},
|
|
604
|
+
created_at: null,
|
|
605
|
+
updated_at: null,
|
|
606
|
+
resource: 'account',
|
|
607
|
+
resource_path: '/v2/accounts/DOGE',
|
|
608
|
+
allow_deposits: true,
|
|
609
|
+
allow_withdrawals: true,
|
|
610
|
+
active: true
|
|
611
|
+
}, {
|
|
612
|
+
id: 'XTZ',
|
|
613
|
+
name: 'XTZ Wallet',
|
|
614
|
+
primary: true,
|
|
615
|
+
type: 'wallet',
|
|
616
|
+
currency: {
|
|
617
|
+
code: 'XTZ',
|
|
618
|
+
name: 'Tezos',
|
|
619
|
+
color: '#2C7DF7',
|
|
620
|
+
sort_index: 130,
|
|
621
|
+
exponent: 6,
|
|
622
|
+
type: 'crypto',
|
|
623
|
+
address_regex: '(tz[1|2|3]([a-zA-Z0-9]){33})|(^KT1([a-zA-Z0-9]){33}$)',
|
|
624
|
+
asset_id: '69e559ec-547a-520a-aeb3-01cac23f1826',
|
|
625
|
+
slug: 'tezos'
|
|
626
|
+
},
|
|
627
|
+
balance: {
|
|
628
|
+
amount: '0.000000',
|
|
629
|
+
currency: 'XTZ'
|
|
630
|
+
},
|
|
631
|
+
created_at: null,
|
|
632
|
+
updated_at: null,
|
|
633
|
+
resource: 'account',
|
|
634
|
+
resource_path: '/v2/accounts/XTZ',
|
|
635
|
+
allow_deposits: true,
|
|
636
|
+
allow_withdrawals: true,
|
|
637
|
+
active: true,
|
|
638
|
+
rewards: {
|
|
639
|
+
apy: '0.0463',
|
|
640
|
+
formatted_apy: '4.63%',
|
|
641
|
+
label: '4.63% APY'
|
|
642
|
+
}
|
|
643
|
+
}, {
|
|
644
|
+
id: 'ALGO',
|
|
645
|
+
name: 'ALGO Wallet',
|
|
646
|
+
primary: true,
|
|
647
|
+
type: 'wallet',
|
|
648
|
+
currency: {
|
|
649
|
+
code: 'ALGO',
|
|
650
|
+
name: 'Algorand',
|
|
651
|
+
color: '#000000',
|
|
652
|
+
sort_index: 131,
|
|
653
|
+
exponent: 6,
|
|
654
|
+
type: 'crypto',
|
|
655
|
+
address_regex: '^[A-Z2-7]{58}$',
|
|
656
|
+
asset_id: '9220d47f-bc0a-53ad-9646-ef49918adcf3',
|
|
657
|
+
slug: 'algorand'
|
|
658
|
+
},
|
|
659
|
+
balance: {
|
|
660
|
+
amount: '0.000000',
|
|
661
|
+
currency: 'ALGO'
|
|
662
|
+
},
|
|
663
|
+
created_at: null,
|
|
664
|
+
updated_at: null,
|
|
665
|
+
resource: 'account',
|
|
666
|
+
resource_path: '/v2/accounts/ALGO',
|
|
667
|
+
allow_deposits: true,
|
|
668
|
+
allow_withdrawals: true,
|
|
669
|
+
active: true
|
|
670
|
+
}, {
|
|
671
|
+
id: 'DASH',
|
|
672
|
+
name: 'DASH Wallet',
|
|
673
|
+
primary: true,
|
|
674
|
+
type: 'wallet',
|
|
675
|
+
currency: {
|
|
676
|
+
code: 'DASH',
|
|
677
|
+
name: 'Dash',
|
|
678
|
+
color: '#008DE4',
|
|
679
|
+
sort_index: 132,
|
|
680
|
+
exponent: 8,
|
|
681
|
+
type: 'crypto',
|
|
682
|
+
address_regex: '^([y7][a-km-zA-HJ-NP-Z1-9]{25,34})$',
|
|
683
|
+
asset_id: 'b9c43d61-e77d-5e02-9a0d-800b50eb9d5f',
|
|
684
|
+
slug: 'dash'
|
|
685
|
+
},
|
|
686
|
+
balance: {
|
|
687
|
+
amount: '0.00000000',
|
|
688
|
+
currency: 'DASH'
|
|
689
|
+
},
|
|
690
|
+
created_at: null,
|
|
691
|
+
updated_at: null,
|
|
692
|
+
resource: 'account',
|
|
693
|
+
resource_path: '/v2/accounts/DASH',
|
|
694
|
+
allow_deposits: true,
|
|
695
|
+
allow_withdrawals: true,
|
|
696
|
+
active: true
|
|
697
|
+
}, {
|
|
698
|
+
id: 'ATOM',
|
|
699
|
+
name: 'ATOM Wallet',
|
|
700
|
+
primary: true,
|
|
701
|
+
type: 'wallet',
|
|
702
|
+
currency: {
|
|
703
|
+
code: 'ATOM',
|
|
704
|
+
name: 'Cosmos',
|
|
705
|
+
color: '#2E3148',
|
|
706
|
+
sort_index: 133,
|
|
707
|
+
exponent: 6,
|
|
708
|
+
type: 'crypto',
|
|
709
|
+
address_regex: '^cosmos1[ac-hj-np-z02-9]{38}$',
|
|
710
|
+
asset_id: '64c607d2-4663-5649-86e0-3ab06bba0202',
|
|
711
|
+
destination_tag_name: 'ATOM Memo',
|
|
712
|
+
destination_tag_regex: '^\\w{1,24}$',
|
|
713
|
+
slug: 'cosmos'
|
|
714
|
+
},
|
|
715
|
+
balance: {
|
|
716
|
+
amount: '0.000000',
|
|
717
|
+
currency: 'ATOM'
|
|
718
|
+
},
|
|
719
|
+
created_at: null,
|
|
720
|
+
updated_at: null,
|
|
721
|
+
resource: 'account',
|
|
722
|
+
resource_path: '/v2/accounts/ATOM',
|
|
723
|
+
allow_deposits: true,
|
|
724
|
+
allow_withdrawals: true,
|
|
725
|
+
active: true,
|
|
726
|
+
rewards: {
|
|
727
|
+
apy: '0.05',
|
|
728
|
+
formatted_apy: '5.00%',
|
|
729
|
+
label: '5.00% APY'
|
|
730
|
+
}
|
|
731
|
+
}, {
|
|
732
|
+
id: 'OXT',
|
|
733
|
+
name: 'OXT Wallet',
|
|
734
|
+
primary: true,
|
|
735
|
+
type: 'wallet',
|
|
736
|
+
currency: {
|
|
737
|
+
code: 'OXT',
|
|
738
|
+
name: 'Orchid',
|
|
739
|
+
color: '#5F45BA',
|
|
740
|
+
sort_index: 136,
|
|
741
|
+
exponent: 8,
|
|
742
|
+
type: 'crypto',
|
|
743
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
744
|
+
asset_id: '07525606-a404-5f15-a71d-ba0e40e74eca',
|
|
745
|
+
slug: 'orchid'
|
|
746
|
+
},
|
|
747
|
+
balance: {
|
|
748
|
+
amount: '0.00000000',
|
|
749
|
+
currency: 'OXT'
|
|
750
|
+
},
|
|
751
|
+
created_at: null,
|
|
752
|
+
updated_at: null,
|
|
753
|
+
resource: 'account',
|
|
754
|
+
resource_path: '/v2/accounts/OXT',
|
|
755
|
+
allow_deposits: true,
|
|
756
|
+
allow_withdrawals: true,
|
|
757
|
+
active: true
|
|
758
|
+
}, {
|
|
759
|
+
id: 'COMP',
|
|
760
|
+
name: 'COMP Wallet',
|
|
761
|
+
primary: true,
|
|
762
|
+
type: 'wallet',
|
|
763
|
+
currency: {
|
|
764
|
+
code: 'COMP',
|
|
765
|
+
name: 'Compound',
|
|
766
|
+
color: '#00D395',
|
|
767
|
+
sort_index: 137,
|
|
768
|
+
exponent: 8,
|
|
769
|
+
type: 'crypto',
|
|
770
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
771
|
+
asset_id: '65557d44-082d-50a1-a68b-bc98d961f794',
|
|
772
|
+
slug: 'compound'
|
|
773
|
+
},
|
|
774
|
+
balance: {
|
|
775
|
+
amount: '0.00000000',
|
|
776
|
+
currency: 'COMP'
|
|
777
|
+
},
|
|
778
|
+
created_at: null,
|
|
779
|
+
updated_at: null,
|
|
780
|
+
resource: 'account',
|
|
781
|
+
resource_path: '/v2/accounts/COMP',
|
|
782
|
+
allow_deposits: true,
|
|
783
|
+
allow_withdrawals: true,
|
|
784
|
+
active: true
|
|
785
|
+
}, {
|
|
786
|
+
id: 'BAL',
|
|
787
|
+
name: 'BAL Wallet',
|
|
788
|
+
primary: true,
|
|
789
|
+
type: 'wallet',
|
|
790
|
+
currency: {
|
|
791
|
+
code: 'BAL',
|
|
792
|
+
name: 'Balancer',
|
|
793
|
+
color: '#1D282A',
|
|
794
|
+
sort_index: 149,
|
|
795
|
+
exponent: 8,
|
|
796
|
+
type: 'crypto',
|
|
797
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
798
|
+
asset_id: 'e0409f05-5a95-5abf-8082-c746da699f82',
|
|
799
|
+
slug: 'balancer'
|
|
800
|
+
},
|
|
801
|
+
balance: {
|
|
802
|
+
amount: '0.00000000',
|
|
803
|
+
currency: 'BAL'
|
|
804
|
+
},
|
|
805
|
+
created_at: null,
|
|
806
|
+
updated_at: null,
|
|
807
|
+
resource: 'account',
|
|
808
|
+
resource_path: '/v2/accounts/BAL',
|
|
809
|
+
allow_deposits: true,
|
|
810
|
+
allow_withdrawals: true,
|
|
811
|
+
active: true
|
|
812
|
+
}, {
|
|
813
|
+
id: 'YFII',
|
|
814
|
+
name: 'YFII Wallet',
|
|
815
|
+
primary: true,
|
|
816
|
+
type: 'wallet',
|
|
817
|
+
currency: {
|
|
818
|
+
code: 'YFII',
|
|
819
|
+
name: 'DFI.Money',
|
|
820
|
+
color: '#FA2978',
|
|
821
|
+
sort_index: 153,
|
|
822
|
+
exponent: 8,
|
|
823
|
+
type: 'crypto',
|
|
824
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
825
|
+
asset_id: '9d5c9eca-87ec-5ad0-846c-aeae910d4a30',
|
|
826
|
+
slug: 'yearn-finance-ii'
|
|
827
|
+
},
|
|
828
|
+
balance: {
|
|
829
|
+
amount: '0.00000000',
|
|
830
|
+
currency: 'YFII'
|
|
831
|
+
},
|
|
832
|
+
created_at: null,
|
|
833
|
+
updated_at: null,
|
|
834
|
+
resource: 'account',
|
|
835
|
+
resource_path: '/v2/accounts/YFII',
|
|
836
|
+
allow_deposits: true,
|
|
837
|
+
allow_withdrawals: true,
|
|
838
|
+
active: true
|
|
839
|
+
}, {
|
|
840
|
+
id: 'BNT',
|
|
841
|
+
name: 'BNT Wallet',
|
|
842
|
+
primary: true,
|
|
843
|
+
type: 'wallet',
|
|
844
|
+
currency: {
|
|
845
|
+
code: 'BNT',
|
|
846
|
+
name: 'Bancor Network Token',
|
|
847
|
+
color: '#000B20',
|
|
848
|
+
sort_index: 156,
|
|
849
|
+
exponent: 8,
|
|
850
|
+
type: 'crypto',
|
|
851
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
852
|
+
asset_id: '1b74d2fd-fa35-558d-a010-38d4481398c6',
|
|
853
|
+
slug: 'bancor-network-token'
|
|
854
|
+
},
|
|
855
|
+
balance: {
|
|
856
|
+
amount: '0.00000000',
|
|
857
|
+
currency: 'BNT'
|
|
858
|
+
},
|
|
859
|
+
created_at: null,
|
|
860
|
+
updated_at: null,
|
|
861
|
+
resource: 'account',
|
|
862
|
+
resource_path: '/v2/accounts/BNT',
|
|
863
|
+
allow_deposits: true,
|
|
864
|
+
allow_withdrawals: true,
|
|
865
|
+
active: true
|
|
866
|
+
}, {
|
|
867
|
+
id: 'SNX',
|
|
868
|
+
name: 'SNX Wallet',
|
|
869
|
+
primary: true,
|
|
870
|
+
type: 'wallet',
|
|
871
|
+
currency: {
|
|
872
|
+
code: 'SNX',
|
|
873
|
+
name: 'Synthetix Network Token',
|
|
874
|
+
color: '#0A0118',
|
|
875
|
+
sort_index: 158,
|
|
876
|
+
exponent: 8,
|
|
877
|
+
type: 'crypto',
|
|
878
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
879
|
+
asset_id: '3bd5bbea-a525-520c-9d2a-2d842e543caa',
|
|
880
|
+
slug: 'synthetix-network-token'
|
|
881
|
+
},
|
|
882
|
+
balance: {
|
|
883
|
+
amount: '0.00000000',
|
|
884
|
+
currency: 'SNX'
|
|
885
|
+
},
|
|
886
|
+
created_at: null,
|
|
887
|
+
updated_at: null,
|
|
888
|
+
resource: 'account',
|
|
889
|
+
resource_path: '/v2/accounts/SNX',
|
|
890
|
+
allow_deposits: true,
|
|
891
|
+
allow_withdrawals: true,
|
|
892
|
+
active: true
|
|
893
|
+
}, {
|
|
894
|
+
id: 'MATIC',
|
|
895
|
+
name: 'MATIC Wallet',
|
|
896
|
+
primary: true,
|
|
897
|
+
type: 'wallet',
|
|
898
|
+
currency: {
|
|
899
|
+
code: 'MATIC',
|
|
900
|
+
name: 'Polygon',
|
|
901
|
+
color: '#8247E5',
|
|
902
|
+
sort_index: 162,
|
|
903
|
+
exponent: 8,
|
|
904
|
+
type: 'crypto',
|
|
905
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
906
|
+
asset_id: '026bcc1e-9163-591c-a709-34dd18b2e7a1',
|
|
907
|
+
slug: 'polygon'
|
|
908
|
+
},
|
|
909
|
+
balance: {
|
|
910
|
+
amount: '0.00000000',
|
|
911
|
+
currency: 'MATIC'
|
|
912
|
+
},
|
|
913
|
+
created_at: null,
|
|
914
|
+
updated_at: null,
|
|
915
|
+
resource: 'account',
|
|
916
|
+
resource_path: '/v2/accounts/MATIC',
|
|
917
|
+
allow_deposits: true,
|
|
918
|
+
allow_withdrawals: true,
|
|
919
|
+
active: true
|
|
920
|
+
}, {
|
|
921
|
+
id: 'SKL',
|
|
922
|
+
name: 'SKL Wallet',
|
|
923
|
+
primary: true,
|
|
924
|
+
type: 'wallet',
|
|
925
|
+
currency: {
|
|
926
|
+
code: 'SKL',
|
|
927
|
+
name: 'SKALE',
|
|
928
|
+
color: '#000000',
|
|
929
|
+
sort_index: 163,
|
|
930
|
+
exponent: 8,
|
|
931
|
+
type: 'crypto',
|
|
932
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
933
|
+
asset_id: 'af2d755d-6142-57f4-a092-0aa4fe67a9b5',
|
|
934
|
+
slug: 'skale'
|
|
935
|
+
},
|
|
936
|
+
balance: {
|
|
937
|
+
amount: '0.00000000',
|
|
938
|
+
currency: 'SKL'
|
|
939
|
+
},
|
|
940
|
+
created_at: null,
|
|
941
|
+
updated_at: null,
|
|
942
|
+
resource: 'account',
|
|
943
|
+
resource_path: '/v2/accounts/SKL',
|
|
944
|
+
allow_deposits: true,
|
|
945
|
+
allow_withdrawals: true,
|
|
946
|
+
active: true
|
|
947
|
+
}, {
|
|
948
|
+
id: 'ADA',
|
|
949
|
+
name: 'ADA Wallet',
|
|
950
|
+
primary: true,
|
|
951
|
+
type: 'wallet',
|
|
952
|
+
currency: {
|
|
953
|
+
code: 'ADA',
|
|
954
|
+
name: 'Cardano',
|
|
955
|
+
color: '#0033AD',
|
|
956
|
+
sort_index: 164,
|
|
957
|
+
exponent: 6,
|
|
958
|
+
type: 'crypto',
|
|
959
|
+
address_regex: '(^(addr_test)1[ac-hj-np-z02-9]{6,}$)',
|
|
960
|
+
asset_id: '63062039-7afb-56ff-8e19-5e3215dc404a',
|
|
961
|
+
slug: 'cardano'
|
|
962
|
+
},
|
|
963
|
+
balance: {
|
|
964
|
+
amount: '0.000000',
|
|
965
|
+
currency: 'ADA'
|
|
966
|
+
},
|
|
967
|
+
created_at: null,
|
|
968
|
+
updated_at: null,
|
|
969
|
+
resource: 'account',
|
|
970
|
+
resource_path: '/v2/accounts/ADA',
|
|
971
|
+
allow_deposits: true,
|
|
972
|
+
allow_withdrawals: true,
|
|
973
|
+
active: true
|
|
974
|
+
}, {
|
|
975
|
+
id: 'ICP',
|
|
976
|
+
name: 'ICP Wallet',
|
|
977
|
+
primary: true,
|
|
978
|
+
type: 'wallet',
|
|
979
|
+
currency: {
|
|
980
|
+
code: 'ICP',
|
|
981
|
+
name: 'Internet Computer',
|
|
982
|
+
color: '#292A2E',
|
|
983
|
+
sort_index: 167,
|
|
984
|
+
exponent: 8,
|
|
985
|
+
type: 'crypto',
|
|
986
|
+
address_regex: '^[0-9a-f]{64}$',
|
|
987
|
+
asset_id: '8f0fb5e8-9924-50bd-b95c-1d4b88fd20cc',
|
|
988
|
+
slug: 'internet-computer'
|
|
989
|
+
},
|
|
990
|
+
balance: {
|
|
991
|
+
amount: '0.00000000',
|
|
992
|
+
currency: 'ICP'
|
|
993
|
+
},
|
|
994
|
+
created_at: null,
|
|
995
|
+
updated_at: null,
|
|
996
|
+
resource: 'account',
|
|
997
|
+
resource_path: '/v2/accounts/ICP',
|
|
998
|
+
allow_deposits: true,
|
|
999
|
+
allow_withdrawals: true,
|
|
1000
|
+
active: true
|
|
1001
|
+
}, {
|
|
1002
|
+
id: '1INCH',
|
|
1003
|
+
name: '1INCH Wallet',
|
|
1004
|
+
primary: true,
|
|
1005
|
+
type: 'wallet',
|
|
1006
|
+
currency: {
|
|
1007
|
+
code: '1INCH',
|
|
1008
|
+
name: '1Inch',
|
|
1009
|
+
color: '#1B314F',
|
|
1010
|
+
sort_index: 170,
|
|
1011
|
+
exponent: 8,
|
|
1012
|
+
type: 'crypto',
|
|
1013
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1014
|
+
asset_id: '484f30a6-9e06-58df-80b7-e63141e3ca0c',
|
|
1015
|
+
slug: '1inch'
|
|
1016
|
+
},
|
|
1017
|
+
balance: {
|
|
1018
|
+
amount: '0.00000000',
|
|
1019
|
+
currency: '1INCH'
|
|
1020
|
+
},
|
|
1021
|
+
created_at: null,
|
|
1022
|
+
updated_at: null,
|
|
1023
|
+
resource: 'account',
|
|
1024
|
+
resource_path: '/v2/accounts/1INCH',
|
|
1025
|
+
allow_deposits: true,
|
|
1026
|
+
allow_withdrawals: true,
|
|
1027
|
+
active: true
|
|
1028
|
+
}, {
|
|
1029
|
+
id: 'USDT',
|
|
1030
|
+
name: 'USDT Wallet',
|
|
1031
|
+
primary: true,
|
|
1032
|
+
type: 'wallet',
|
|
1033
|
+
currency: {
|
|
1034
|
+
code: 'USDT',
|
|
1035
|
+
name: 'Tether',
|
|
1036
|
+
color: '#22A079',
|
|
1037
|
+
sort_index: 171,
|
|
1038
|
+
exponent: 6,
|
|
1039
|
+
type: 'crypto',
|
|
1040
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1041
|
+
asset_id: 'b26327c1-9a34-51d9-b982-9b29e6012648',
|
|
1042
|
+
slug: 'tether'
|
|
1043
|
+
},
|
|
1044
|
+
balance: {
|
|
1045
|
+
amount: '0.000000',
|
|
1046
|
+
currency: 'USDT'
|
|
1047
|
+
},
|
|
1048
|
+
created_at: null,
|
|
1049
|
+
updated_at: null,
|
|
1050
|
+
resource: 'account',
|
|
1051
|
+
resource_path: '/v2/accounts/USDT',
|
|
1052
|
+
allow_deposits: true,
|
|
1053
|
+
allow_withdrawals: true,
|
|
1054
|
+
active: true
|
|
1055
|
+
}, {
|
|
1056
|
+
id: 'POLY',
|
|
1057
|
+
name: 'POLY Wallet',
|
|
1058
|
+
primary: true,
|
|
1059
|
+
type: 'wallet',
|
|
1060
|
+
currency: {
|
|
1061
|
+
code: 'POLY',
|
|
1062
|
+
name: 'Polymath',
|
|
1063
|
+
color: '#1348E4',
|
|
1064
|
+
sort_index: 176,
|
|
1065
|
+
exponent: 8,
|
|
1066
|
+
type: 'crypto',
|
|
1067
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1068
|
+
asset_id: '11c99387-6be3-53cf-8896-5ca867d201d3',
|
|
1069
|
+
slug: 'polymath-network'
|
|
1070
|
+
},
|
|
1071
|
+
balance: {
|
|
1072
|
+
amount: '0.00000000',
|
|
1073
|
+
currency: 'POLY'
|
|
1074
|
+
},
|
|
1075
|
+
created_at: null,
|
|
1076
|
+
updated_at: null,
|
|
1077
|
+
resource: 'account',
|
|
1078
|
+
resource_path: '/v2/accounts/POLY',
|
|
1079
|
+
allow_deposits: true,
|
|
1080
|
+
allow_withdrawals: true,
|
|
1081
|
+
active: true
|
|
1082
|
+
}, {
|
|
1083
|
+
id: 'AMP',
|
|
1084
|
+
name: 'AMP Wallet',
|
|
1085
|
+
primary: true,
|
|
1086
|
+
type: 'wallet',
|
|
1087
|
+
currency: {
|
|
1088
|
+
code: 'AMP',
|
|
1089
|
+
name: 'Amp',
|
|
1090
|
+
color: '#E42E95',
|
|
1091
|
+
sort_index: 182,
|
|
1092
|
+
exponent: 8,
|
|
1093
|
+
type: 'crypto',
|
|
1094
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1095
|
+
asset_id: 'f3b62870-ddd0-5dea-9d80-5190d8558461',
|
|
1096
|
+
slug: 'amp'
|
|
1097
|
+
},
|
|
1098
|
+
balance: {
|
|
1099
|
+
amount: '0.00000000',
|
|
1100
|
+
currency: 'AMP'
|
|
1101
|
+
},
|
|
1102
|
+
created_at: null,
|
|
1103
|
+
updated_at: null,
|
|
1104
|
+
resource: 'account',
|
|
1105
|
+
resource_path: '/v2/accounts/AMP',
|
|
1106
|
+
allow_deposits: true,
|
|
1107
|
+
allow_withdrawals: true,
|
|
1108
|
+
active: true
|
|
1109
|
+
}, {
|
|
1110
|
+
id: 'BOND',
|
|
1111
|
+
name: 'BOND Wallet',
|
|
1112
|
+
primary: true,
|
|
1113
|
+
type: 'wallet',
|
|
1114
|
+
currency: {
|
|
1115
|
+
code: 'BOND',
|
|
1116
|
+
name: 'BarnBridge',
|
|
1117
|
+
color: '#FF4339',
|
|
1118
|
+
sort_index: 187,
|
|
1119
|
+
exponent: 8,
|
|
1120
|
+
type: 'crypto',
|
|
1121
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1122
|
+
asset_id: 'b5652bd9-8ea8-5451-b153-96fbcba1ace5',
|
|
1123
|
+
slug: 'barnbridge'
|
|
1124
|
+
},
|
|
1125
|
+
balance: {
|
|
1126
|
+
amount: '0.00000000',
|
|
1127
|
+
currency: 'BOND'
|
|
1128
|
+
},
|
|
1129
|
+
created_at: null,
|
|
1130
|
+
updated_at: null,
|
|
1131
|
+
resource: 'account',
|
|
1132
|
+
resource_path: '/v2/accounts/BOND',
|
|
1133
|
+
allow_deposits: true,
|
|
1134
|
+
allow_withdrawals: true,
|
|
1135
|
+
active: true
|
|
1136
|
+
}, {
|
|
1137
|
+
id: 'RLY',
|
|
1138
|
+
name: 'RLY Wallet',
|
|
1139
|
+
primary: true,
|
|
1140
|
+
type: 'wallet',
|
|
1141
|
+
currency: {
|
|
1142
|
+
code: 'RLY',
|
|
1143
|
+
name: 'Rally',
|
|
1144
|
+
color: '#FF8A03',
|
|
1145
|
+
sort_index: 188,
|
|
1146
|
+
exponent: 8,
|
|
1147
|
+
type: 'crypto',
|
|
1148
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1149
|
+
asset_id: '39d7d62b-c1fc-5db4-bc0e-a0465473a748',
|
|
1150
|
+
slug: 'rally'
|
|
1151
|
+
},
|
|
1152
|
+
balance: {
|
|
1153
|
+
amount: '0.00000000',
|
|
1154
|
+
currency: 'RLY'
|
|
1155
|
+
},
|
|
1156
|
+
created_at: null,
|
|
1157
|
+
updated_at: null,
|
|
1158
|
+
resource: 'account',
|
|
1159
|
+
resource_path: '/v2/accounts/RLY',
|
|
1160
|
+
allow_deposits: true,
|
|
1161
|
+
allow_withdrawals: true,
|
|
1162
|
+
active: true
|
|
1163
|
+
}, {
|
|
1164
|
+
id: 'CLV',
|
|
1165
|
+
name: 'CLV Wallet',
|
|
1166
|
+
primary: true,
|
|
1167
|
+
type: 'wallet',
|
|
1168
|
+
currency: {
|
|
1169
|
+
code: 'CLV',
|
|
1170
|
+
name: 'Clover',
|
|
1171
|
+
color: '#42C37B',
|
|
1172
|
+
sort_index: 189,
|
|
1173
|
+
exponent: 8,
|
|
1174
|
+
type: 'crypto',
|
|
1175
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1176
|
+
asset_id: '453639be-192e-5e36-88e3-38496e542524',
|
|
1177
|
+
slug: 'clover-finance'
|
|
1178
|
+
},
|
|
1179
|
+
balance: {
|
|
1180
|
+
amount: '0.00000000',
|
|
1181
|
+
currency: 'CLV'
|
|
1182
|
+
},
|
|
1183
|
+
created_at: null,
|
|
1184
|
+
updated_at: null,
|
|
1185
|
+
resource: 'account',
|
|
1186
|
+
resource_path: '/v2/accounts/CLV',
|
|
1187
|
+
allow_deposits: true,
|
|
1188
|
+
allow_withdrawals: true,
|
|
1189
|
+
active: true
|
|
1190
|
+
}, {
|
|
1191
|
+
id: 'FARM',
|
|
1192
|
+
name: 'FARM Wallet',
|
|
1193
|
+
primary: true,
|
|
1194
|
+
type: 'wallet',
|
|
1195
|
+
currency: {
|
|
1196
|
+
code: 'FARM',
|
|
1197
|
+
name: 'Harvest Finance',
|
|
1198
|
+
color: '#BDE4E3',
|
|
1199
|
+
sort_index: 190,
|
|
1200
|
+
exponent: 8,
|
|
1201
|
+
type: 'crypto',
|
|
1202
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1203
|
+
asset_id: '7ea0bd74-3cab-5bf8-94e2-f0c0b3896f07',
|
|
1204
|
+
slug: 'harvest-finance'
|
|
1205
|
+
},
|
|
1206
|
+
balance: {
|
|
1207
|
+
amount: '0.00000000',
|
|
1208
|
+
currency: 'FARM'
|
|
1209
|
+
},
|
|
1210
|
+
created_at: null,
|
|
1211
|
+
updated_at: null,
|
|
1212
|
+
resource: 'account',
|
|
1213
|
+
resource_path: '/v2/accounts/FARM',
|
|
1214
|
+
allow_deposits: true,
|
|
1215
|
+
allow_withdrawals: true,
|
|
1216
|
+
active: true
|
|
1217
|
+
}, {
|
|
1218
|
+
id: 'MASK',
|
|
1219
|
+
name: 'MASK Wallet',
|
|
1220
|
+
primary: true,
|
|
1221
|
+
type: 'wallet',
|
|
1222
|
+
currency: {
|
|
1223
|
+
code: 'MASK',
|
|
1224
|
+
name: 'Mask Network',
|
|
1225
|
+
color: '#1C68F3',
|
|
1226
|
+
sort_index: 191,
|
|
1227
|
+
exponent: 8,
|
|
1228
|
+
type: 'crypto',
|
|
1229
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1230
|
+
asset_id: '45ce7f01-2962-5576-8dfd-449e4a49b75d',
|
|
1231
|
+
slug: 'mask-network'
|
|
1232
|
+
},
|
|
1233
|
+
balance: {
|
|
1234
|
+
amount: '0.00000000',
|
|
1235
|
+
currency: 'MASK'
|
|
1236
|
+
},
|
|
1237
|
+
created_at: null,
|
|
1238
|
+
updated_at: null,
|
|
1239
|
+
resource: 'account',
|
|
1240
|
+
resource_path: '/v2/accounts/MASK',
|
|
1241
|
+
allow_deposits: true,
|
|
1242
|
+
allow_withdrawals: true,
|
|
1243
|
+
active: true
|
|
1244
|
+
}, {
|
|
1245
|
+
id: 'FET',
|
|
1246
|
+
name: 'FET Wallet',
|
|
1247
|
+
primary: true,
|
|
1248
|
+
type: 'wallet',
|
|
1249
|
+
currency: {
|
|
1250
|
+
code: 'FET',
|
|
1251
|
+
name: 'Fetch.ai',
|
|
1252
|
+
color: '#1D2743',
|
|
1253
|
+
sort_index: 194,
|
|
1254
|
+
exponent: 8,
|
|
1255
|
+
type: 'crypto',
|
|
1256
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1257
|
+
asset_id: '3672ab4a-25e0-57a8-b029-99239c081958',
|
|
1258
|
+
slug: 'fetch'
|
|
1259
|
+
},
|
|
1260
|
+
balance: {
|
|
1261
|
+
amount: '0.00000000',
|
|
1262
|
+
currency: 'FET'
|
|
1263
|
+
},
|
|
1264
|
+
created_at: null,
|
|
1265
|
+
updated_at: null,
|
|
1266
|
+
resource: 'account',
|
|
1267
|
+
resource_path: '/v2/accounts/FET',
|
|
1268
|
+
allow_deposits: true,
|
|
1269
|
+
allow_withdrawals: true,
|
|
1270
|
+
active: true
|
|
1271
|
+
}, {
|
|
1272
|
+
id: 'PAX',
|
|
1273
|
+
name: 'PAX Wallet',
|
|
1274
|
+
primary: true,
|
|
1275
|
+
type: 'wallet',
|
|
1276
|
+
currency: {
|
|
1277
|
+
code: 'PAX',
|
|
1278
|
+
name: 'Paxos Standard',
|
|
1279
|
+
color: '#2F8260',
|
|
1280
|
+
sort_index: 195,
|
|
1281
|
+
exponent: 8,
|
|
1282
|
+
type: 'crypto',
|
|
1283
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1284
|
+
asset_id: 'be4a78af-d300-59b0-9c70-ba42a93caf56',
|
|
1285
|
+
slug: 'paxos-standard'
|
|
1286
|
+
},
|
|
1287
|
+
balance: {
|
|
1288
|
+
amount: '0.00000000',
|
|
1289
|
+
currency: 'PAX'
|
|
1290
|
+
},
|
|
1291
|
+
created_at: null,
|
|
1292
|
+
updated_at: null,
|
|
1293
|
+
resource: 'account',
|
|
1294
|
+
resource_path: '/v2/accounts/PAX',
|
|
1295
|
+
allow_deposits: true,
|
|
1296
|
+
allow_withdrawals: true,
|
|
1297
|
+
active: true
|
|
1298
|
+
}, {
|
|
1299
|
+
id: 'ACH',
|
|
1300
|
+
name: 'ACH Wallet',
|
|
1301
|
+
primary: true,
|
|
1302
|
+
type: 'wallet',
|
|
1303
|
+
currency: {
|
|
1304
|
+
code: 'ACH',
|
|
1305
|
+
name: 'Alchemy Pay',
|
|
1306
|
+
color: '#2E3567',
|
|
1307
|
+
sort_index: 196,
|
|
1308
|
+
exponent: 8,
|
|
1309
|
+
type: 'crypto',
|
|
1310
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1311
|
+
asset_id: '045e4fab-f2ca-58a3-ac2b-8c47c5d23968',
|
|
1312
|
+
slug: 'alchemy-pay'
|
|
1313
|
+
},
|
|
1314
|
+
balance: {
|
|
1315
|
+
amount: '0.00000000',
|
|
1316
|
+
currency: 'ACH'
|
|
1317
|
+
},
|
|
1318
|
+
created_at: null,
|
|
1319
|
+
updated_at: null,
|
|
1320
|
+
resource: 'account',
|
|
1321
|
+
resource_path: '/v2/accounts/ACH',
|
|
1322
|
+
allow_deposits: true,
|
|
1323
|
+
allow_withdrawals: true,
|
|
1324
|
+
active: true
|
|
1325
|
+
}, {
|
|
1326
|
+
id: 'ASM',
|
|
1327
|
+
name: 'ASM Wallet',
|
|
1328
|
+
primary: true,
|
|
1329
|
+
type: 'wallet',
|
|
1330
|
+
currency: {
|
|
1331
|
+
code: 'ASM',
|
|
1332
|
+
name: 'Assemble Protocol',
|
|
1333
|
+
color: '#0667D0',
|
|
1334
|
+
sort_index: 197,
|
|
1335
|
+
exponent: 8,
|
|
1336
|
+
type: 'crypto',
|
|
1337
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1338
|
+
asset_id: '49e1401a-48a0-58ac-881d-03ef6894a038',
|
|
1339
|
+
slug: 'assemble-protocol'
|
|
1340
|
+
},
|
|
1341
|
+
balance: {
|
|
1342
|
+
amount: '0.00000000',
|
|
1343
|
+
currency: 'ASM'
|
|
1344
|
+
},
|
|
1345
|
+
created_at: null,
|
|
1346
|
+
updated_at: null,
|
|
1347
|
+
resource: 'account',
|
|
1348
|
+
resource_path: '/v2/accounts/ASM',
|
|
1349
|
+
allow_deposits: true,
|
|
1350
|
+
allow_withdrawals: true,
|
|
1351
|
+
active: true
|
|
1352
|
+
}, {
|
|
1353
|
+
id: 'PLA',
|
|
1354
|
+
name: 'PLA Wallet',
|
|
1355
|
+
primary: true,
|
|
1356
|
+
type: 'wallet',
|
|
1357
|
+
currency: {
|
|
1358
|
+
code: 'PLA',
|
|
1359
|
+
name: 'PlayDapp',
|
|
1360
|
+
color: '#02D6B4',
|
|
1361
|
+
sort_index: 198,
|
|
1362
|
+
exponent: 8,
|
|
1363
|
+
type: 'crypto',
|
|
1364
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1365
|
+
asset_id: 'baeb8efc-a5a6-5d8a-844c-2b95e4d09c99',
|
|
1366
|
+
slug: 'playdapp'
|
|
1367
|
+
},
|
|
1368
|
+
balance: {
|
|
1369
|
+
amount: '0.00000000',
|
|
1370
|
+
currency: 'PLA'
|
|
1371
|
+
},
|
|
1372
|
+
created_at: null,
|
|
1373
|
+
updated_at: null,
|
|
1374
|
+
resource: 'account',
|
|
1375
|
+
resource_path: '/v2/accounts/PLA',
|
|
1376
|
+
allow_deposits: true,
|
|
1377
|
+
allow_withdrawals: true,
|
|
1378
|
+
active: true
|
|
1379
|
+
}, {
|
|
1380
|
+
id: 'RAI',
|
|
1381
|
+
name: 'RAI Wallet',
|
|
1382
|
+
primary: true,
|
|
1383
|
+
type: 'wallet',
|
|
1384
|
+
currency: {
|
|
1385
|
+
code: 'RAI',
|
|
1386
|
+
name: 'Rai Reflex Index',
|
|
1387
|
+
color: '#1FC8A7',
|
|
1388
|
+
sort_index: 199,
|
|
1389
|
+
exponent: 8,
|
|
1390
|
+
type: 'crypto',
|
|
1391
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1392
|
+
asset_id: '8adc8071-0938-5583-b672-6033f16f2786',
|
|
1393
|
+
slug: 'rai'
|
|
1394
|
+
},
|
|
1395
|
+
balance: {
|
|
1396
|
+
amount: '0.00000000',
|
|
1397
|
+
currency: 'RAI'
|
|
1398
|
+
},
|
|
1399
|
+
created_at: null,
|
|
1400
|
+
updated_at: null,
|
|
1401
|
+
resource: 'account',
|
|
1402
|
+
resource_path: '/v2/accounts/RAI',
|
|
1403
|
+
allow_deposits: true,
|
|
1404
|
+
allow_withdrawals: true,
|
|
1405
|
+
active: true
|
|
1406
|
+
}, {
|
|
1407
|
+
id: 'TRIBE',
|
|
1408
|
+
name: 'TRIBE Wallet',
|
|
1409
|
+
primary: true,
|
|
1410
|
+
type: 'wallet',
|
|
1411
|
+
currency: {
|
|
1412
|
+
code: 'TRIBE',
|
|
1413
|
+
name: 'Tribe',
|
|
1414
|
+
color: '#178DD0',
|
|
1415
|
+
sort_index: 200,
|
|
1416
|
+
exponent: 8,
|
|
1417
|
+
type: 'crypto',
|
|
1418
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1419
|
+
asset_id: '09fa97ba-0baa-554b-a4a7-bfc4d00f4086',
|
|
1420
|
+
slug: 'tribe'
|
|
1421
|
+
},
|
|
1422
|
+
balance: {
|
|
1423
|
+
amount: '0.00000000',
|
|
1424
|
+
currency: 'TRIBE'
|
|
1425
|
+
},
|
|
1426
|
+
created_at: null,
|
|
1427
|
+
updated_at: null,
|
|
1428
|
+
resource: 'account',
|
|
1429
|
+
resource_path: '/v2/accounts/TRIBE',
|
|
1430
|
+
allow_deposits: true,
|
|
1431
|
+
allow_withdrawals: true,
|
|
1432
|
+
active: true
|
|
1433
|
+
}, {
|
|
1434
|
+
id: 'ORN',
|
|
1435
|
+
name: 'ORN Wallet',
|
|
1436
|
+
primary: true,
|
|
1437
|
+
type: 'wallet',
|
|
1438
|
+
currency: {
|
|
1439
|
+
code: 'ORN',
|
|
1440
|
+
name: 'Orion Protocol',
|
|
1441
|
+
color: '#313151',
|
|
1442
|
+
sort_index: 201,
|
|
1443
|
+
exponent: 8,
|
|
1444
|
+
type: 'crypto',
|
|
1445
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1446
|
+
asset_id: '0c275161-fb4b-50c4-926b-d4d7d093b897',
|
|
1447
|
+
slug: 'orion-protocol'
|
|
1448
|
+
},
|
|
1449
|
+
balance: {
|
|
1450
|
+
amount: '0.00000000',
|
|
1451
|
+
currency: 'ORN'
|
|
1452
|
+
},
|
|
1453
|
+
created_at: null,
|
|
1454
|
+
updated_at: null,
|
|
1455
|
+
resource: 'account',
|
|
1456
|
+
resource_path: '/v2/accounts/ORN',
|
|
1457
|
+
allow_deposits: true,
|
|
1458
|
+
allow_withdrawals: true,
|
|
1459
|
+
active: true
|
|
1460
|
+
}, {
|
|
1461
|
+
id: 'IOTX',
|
|
1462
|
+
name: 'IOTX Wallet',
|
|
1463
|
+
primary: true,
|
|
1464
|
+
type: 'wallet',
|
|
1465
|
+
currency: {
|
|
1466
|
+
code: 'IOTX',
|
|
1467
|
+
name: 'IoTeX',
|
|
1468
|
+
color: '#19263B',
|
|
1469
|
+
sort_index: 202,
|
|
1470
|
+
exponent: 8,
|
|
1471
|
+
type: 'crypto',
|
|
1472
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1473
|
+
asset_id: '56f8ea19-7e6a-5e38-ac47-fc9762b955ae',
|
|
1474
|
+
slug: 'iotex'
|
|
1475
|
+
},
|
|
1476
|
+
balance: {
|
|
1477
|
+
amount: '0.00000000',
|
|
1478
|
+
currency: 'IOTX'
|
|
1479
|
+
},
|
|
1480
|
+
created_at: null,
|
|
1481
|
+
updated_at: null,
|
|
1482
|
+
resource: 'account',
|
|
1483
|
+
resource_path: '/v2/accounts/IOTX',
|
|
1484
|
+
allow_deposits: true,
|
|
1485
|
+
allow_withdrawals: true,
|
|
1486
|
+
active: true
|
|
1487
|
+
}, {
|
|
1488
|
+
id: 'UST',
|
|
1489
|
+
name: 'UST Wallet',
|
|
1490
|
+
primary: true,
|
|
1491
|
+
type: 'wallet',
|
|
1492
|
+
currency: {
|
|
1493
|
+
code: 'UST',
|
|
1494
|
+
name: 'TerraUSD',
|
|
1495
|
+
color: '#5493F7',
|
|
1496
|
+
sort_index: 203,
|
|
1497
|
+
exponent: 8,
|
|
1498
|
+
type: 'crypto',
|
|
1499
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1500
|
+
asset_id: '05120843-11c1-5b66-9df2-395db6d7ed6b',
|
|
1501
|
+
slug: 'terrausd'
|
|
1502
|
+
},
|
|
1503
|
+
balance: {
|
|
1504
|
+
amount: '0.00000000',
|
|
1505
|
+
currency: 'UST'
|
|
1506
|
+
},
|
|
1507
|
+
created_at: null,
|
|
1508
|
+
updated_at: null,
|
|
1509
|
+
resource: 'account',
|
|
1510
|
+
resource_path: '/v2/accounts/UST',
|
|
1511
|
+
allow_deposits: true,
|
|
1512
|
+
allow_withdrawals: true,
|
|
1513
|
+
active: true
|
|
1514
|
+
}, {
|
|
1515
|
+
id: 'QUICK',
|
|
1516
|
+
name: 'QUICK Wallet',
|
|
1517
|
+
primary: true,
|
|
1518
|
+
type: 'wallet',
|
|
1519
|
+
currency: {
|
|
1520
|
+
code: 'QUICK',
|
|
1521
|
+
name: 'Quickswap',
|
|
1522
|
+
color: '#418AC9',
|
|
1523
|
+
sort_index: 204,
|
|
1524
|
+
exponent: 8,
|
|
1525
|
+
type: 'crypto',
|
|
1526
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1527
|
+
asset_id: 'f04b2f59-319f-5fb5-ba88-2c33cca01901',
|
|
1528
|
+
slug: 'quickswap'
|
|
1529
|
+
},
|
|
1530
|
+
balance: {
|
|
1531
|
+
amount: '0.00000000',
|
|
1532
|
+
currency: 'QUICK'
|
|
1533
|
+
},
|
|
1534
|
+
created_at: null,
|
|
1535
|
+
updated_at: null,
|
|
1536
|
+
resource: 'account',
|
|
1537
|
+
resource_path: '/v2/accounts/QUICK',
|
|
1538
|
+
allow_deposits: true,
|
|
1539
|
+
allow_withdrawals: true,
|
|
1540
|
+
active: true
|
|
1541
|
+
}, {
|
|
1542
|
+
id: 'AXS',
|
|
1543
|
+
name: 'AXS Wallet',
|
|
1544
|
+
primary: true,
|
|
1545
|
+
type: 'wallet',
|
|
1546
|
+
currency: {
|
|
1547
|
+
code: 'AXS',
|
|
1548
|
+
name: 'Axie Infinity',
|
|
1549
|
+
color: '#0055D5',
|
|
1550
|
+
sort_index: 205,
|
|
1551
|
+
exponent: 8,
|
|
1552
|
+
type: 'crypto',
|
|
1553
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1554
|
+
asset_id: 'b76225e9-3cff-5c6f-88a2-2490f70cb02e',
|
|
1555
|
+
slug: 'axie-infinity'
|
|
1556
|
+
},
|
|
1557
|
+
balance: {
|
|
1558
|
+
amount: '0.00000000',
|
|
1559
|
+
currency: 'AXS'
|
|
1560
|
+
},
|
|
1561
|
+
created_at: null,
|
|
1562
|
+
updated_at: null,
|
|
1563
|
+
resource: 'account',
|
|
1564
|
+
resource_path: '/v2/accounts/AXS',
|
|
1565
|
+
allow_deposits: true,
|
|
1566
|
+
allow_withdrawals: true,
|
|
1567
|
+
active: true
|
|
1568
|
+
}, {
|
|
1569
|
+
id: 'REQ',
|
|
1570
|
+
name: 'REQ Wallet',
|
|
1571
|
+
primary: true,
|
|
1572
|
+
type: 'wallet',
|
|
1573
|
+
currency: {
|
|
1574
|
+
code: 'REQ',
|
|
1575
|
+
name: 'Request',
|
|
1576
|
+
color: '#00E6A0',
|
|
1577
|
+
sort_index: 206,
|
|
1578
|
+
exponent: 8,
|
|
1579
|
+
type: 'crypto',
|
|
1580
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1581
|
+
asset_id: '7c6cf248-e06b-5426-a05d-ac2777159a11',
|
|
1582
|
+
slug: 'request'
|
|
1583
|
+
},
|
|
1584
|
+
balance: {
|
|
1585
|
+
amount: '0.00000000',
|
|
1586
|
+
currency: 'REQ'
|
|
1587
|
+
},
|
|
1588
|
+
created_at: null,
|
|
1589
|
+
updated_at: null,
|
|
1590
|
+
resource: 'account',
|
|
1591
|
+
resource_path: '/v2/accounts/REQ',
|
|
1592
|
+
allow_deposits: true,
|
|
1593
|
+
allow_withdrawals: true,
|
|
1594
|
+
active: true
|
|
1595
|
+
}, {
|
|
1596
|
+
id: 'WLUNA',
|
|
1597
|
+
name: 'WLUNA Wallet',
|
|
1598
|
+
primary: true,
|
|
1599
|
+
type: 'wallet',
|
|
1600
|
+
currency: {
|
|
1601
|
+
code: 'WLUNA',
|
|
1602
|
+
name: 'Wrapped Luna',
|
|
1603
|
+
color: '#28CD88',
|
|
1604
|
+
sort_index: 207,
|
|
1605
|
+
exponent: 8,
|
|
1606
|
+
type: 'crypto',
|
|
1607
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1608
|
+
asset_id: 'ecd5367c-801d-5160-8c7a-6bb5f9bb018b',
|
|
1609
|
+
slug: 'wrapped-luna-token'
|
|
1610
|
+
},
|
|
1611
|
+
balance: {
|
|
1612
|
+
amount: '0.00000000',
|
|
1613
|
+
currency: 'WLUNA'
|
|
1614
|
+
},
|
|
1615
|
+
created_at: null,
|
|
1616
|
+
updated_at: null,
|
|
1617
|
+
resource: 'account',
|
|
1618
|
+
resource_path: '/v2/accounts/WLUNA',
|
|
1619
|
+
allow_deposits: true,
|
|
1620
|
+
allow_withdrawals: true,
|
|
1621
|
+
active: true
|
|
1622
|
+
}, {
|
|
1623
|
+
id: 'TRU',
|
|
1624
|
+
name: 'TRU Wallet',
|
|
1625
|
+
primary: true,
|
|
1626
|
+
type: 'wallet',
|
|
1627
|
+
currency: {
|
|
1628
|
+
code: 'TRU',
|
|
1629
|
+
name: 'Truefi',
|
|
1630
|
+
color: '#1A5AFF',
|
|
1631
|
+
sort_index: 208,
|
|
1632
|
+
exponent: 8,
|
|
1633
|
+
type: 'crypto',
|
|
1634
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1635
|
+
asset_id: '248c3984-79c8-5df2-a35d-bbd3a3e16e70',
|
|
1636
|
+
slug: 'truefi-token'
|
|
1637
|
+
},
|
|
1638
|
+
balance: {
|
|
1639
|
+
amount: '0.00000000',
|
|
1640
|
+
currency: 'TRU'
|
|
1641
|
+
},
|
|
1642
|
+
created_at: null,
|
|
1643
|
+
updated_at: null,
|
|
1644
|
+
resource: 'account',
|
|
1645
|
+
resource_path: '/v2/accounts/TRU',
|
|
1646
|
+
allow_deposits: true,
|
|
1647
|
+
allow_withdrawals: true,
|
|
1648
|
+
active: true
|
|
1649
|
+
}, {
|
|
1650
|
+
id: 'RAD',
|
|
1651
|
+
name: 'RAD Wallet',
|
|
1652
|
+
primary: true,
|
|
1653
|
+
type: 'wallet',
|
|
1654
|
+
currency: {
|
|
1655
|
+
code: 'RAD',
|
|
1656
|
+
name: 'Radicle',
|
|
1657
|
+
color: '#53D855',
|
|
1658
|
+
sort_index: 209,
|
|
1659
|
+
exponent: 8,
|
|
1660
|
+
type: 'crypto',
|
|
1661
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1662
|
+
asset_id: 'aa75e77c-c936-58a2-9d3c-afb7f23886e1',
|
|
1663
|
+
slug: 'radicle'
|
|
1664
|
+
},
|
|
1665
|
+
balance: {
|
|
1666
|
+
amount: '0.00000000',
|
|
1667
|
+
currency: 'RAD'
|
|
1668
|
+
},
|
|
1669
|
+
created_at: null,
|
|
1670
|
+
updated_at: null,
|
|
1671
|
+
resource: 'account',
|
|
1672
|
+
resource_path: '/v2/accounts/RAD',
|
|
1673
|
+
allow_deposits: true,
|
|
1674
|
+
allow_withdrawals: true,
|
|
1675
|
+
active: true
|
|
1676
|
+
}, {
|
|
1677
|
+
id: 'DDX',
|
|
1678
|
+
name: 'DDX Wallet',
|
|
1679
|
+
primary: true,
|
|
1680
|
+
type: 'wallet',
|
|
1681
|
+
currency: {
|
|
1682
|
+
code: 'DDX',
|
|
1683
|
+
name: 'DerivaDAO',
|
|
1684
|
+
color: '#2D1680',
|
|
1685
|
+
sort_index: 210,
|
|
1686
|
+
exponent: 8,
|
|
1687
|
+
type: 'crypto',
|
|
1688
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1689
|
+
asset_id: '83cb4677-21c9-557f-9baa-969b3fee1a34',
|
|
1690
|
+
slug: 'derivadao'
|
|
1691
|
+
},
|
|
1692
|
+
balance: {
|
|
1693
|
+
amount: '0.00000000',
|
|
1694
|
+
currency: 'DDX'
|
|
1695
|
+
},
|
|
1696
|
+
created_at: null,
|
|
1697
|
+
updated_at: null,
|
|
1698
|
+
resource: 'account',
|
|
1699
|
+
resource_path: '/v2/accounts/DDX',
|
|
1700
|
+
allow_deposits: true,
|
|
1701
|
+
allow_withdrawals: true,
|
|
1702
|
+
active: true
|
|
1703
|
+
}, {
|
|
1704
|
+
id: 'SUKU',
|
|
1705
|
+
name: 'SUKU Wallet',
|
|
1706
|
+
primary: true,
|
|
1707
|
+
type: 'wallet',
|
|
1708
|
+
currency: {
|
|
1709
|
+
code: 'SUKU',
|
|
1710
|
+
name: 'SUKU',
|
|
1711
|
+
color: '#0667D0',
|
|
1712
|
+
sort_index: 211,
|
|
1713
|
+
exponent: 8,
|
|
1714
|
+
type: 'crypto',
|
|
1715
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1716
|
+
asset_id: 'bfb347d2-9510-5a8f-8aed-001fd3e1131d',
|
|
1717
|
+
slug: 'suku'
|
|
1718
|
+
},
|
|
1719
|
+
balance: {
|
|
1720
|
+
amount: '0.00000000',
|
|
1721
|
+
currency: 'SUKU'
|
|
1722
|
+
},
|
|
1723
|
+
created_at: null,
|
|
1724
|
+
updated_at: null,
|
|
1725
|
+
resource: 'account',
|
|
1726
|
+
resource_path: '/v2/accounts/SUKU',
|
|
1727
|
+
allow_deposits: true,
|
|
1728
|
+
allow_withdrawals: true,
|
|
1729
|
+
active: true
|
|
1730
|
+
}, {
|
|
1731
|
+
id: 'RGT',
|
|
1732
|
+
name: 'RGT Wallet',
|
|
1733
|
+
primary: true,
|
|
1734
|
+
type: 'wallet',
|
|
1735
|
+
currency: {
|
|
1736
|
+
code: 'RGT',
|
|
1737
|
+
name: 'Rari Governance Token',
|
|
1738
|
+
color: '#0667D0',
|
|
1739
|
+
sort_index: 212,
|
|
1740
|
+
exponent: 8,
|
|
1741
|
+
type: 'crypto',
|
|
1742
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1743
|
+
asset_id: 'a1548f40-bf11-5f95-a1c4-13cf8ecd8f8f',
|
|
1744
|
+
slug: 'rari-governance-token'
|
|
1745
|
+
},
|
|
1746
|
+
balance: {
|
|
1747
|
+
amount: '0.00000000',
|
|
1748
|
+
currency: 'RGT'
|
|
1749
|
+
},
|
|
1750
|
+
created_at: null,
|
|
1751
|
+
updated_at: null,
|
|
1752
|
+
resource: 'account',
|
|
1753
|
+
resource_path: '/v2/accounts/RGT',
|
|
1754
|
+
allow_deposits: true,
|
|
1755
|
+
allow_withdrawals: true,
|
|
1756
|
+
active: true
|
|
1757
|
+
}, {
|
|
1758
|
+
id: 'XYO',
|
|
1759
|
+
name: 'XYO Wallet',
|
|
1760
|
+
primary: true,
|
|
1761
|
+
type: 'wallet',
|
|
1762
|
+
currency: {
|
|
1763
|
+
code: 'XYO',
|
|
1764
|
+
name: 'XYO',
|
|
1765
|
+
color: '#0667D0',
|
|
1766
|
+
sort_index: 213,
|
|
1767
|
+
exponent: 8,
|
|
1768
|
+
type: 'crypto',
|
|
1769
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1770
|
+
asset_id: '36d68172-0e1b-5a94-845a-a1e4e1022b75',
|
|
1771
|
+
slug: 'xyo'
|
|
1772
|
+
},
|
|
1773
|
+
balance: {
|
|
1774
|
+
amount: '0.00000000',
|
|
1775
|
+
currency: 'XYO'
|
|
1776
|
+
},
|
|
1777
|
+
created_at: null,
|
|
1778
|
+
updated_at: null,
|
|
1779
|
+
resource: 'account',
|
|
1780
|
+
resource_path: '/v2/accounts/XYO',
|
|
1781
|
+
allow_deposits: true,
|
|
1782
|
+
allow_withdrawals: true,
|
|
1783
|
+
active: true
|
|
1784
|
+
}, {
|
|
1785
|
+
id: 'COTI',
|
|
1786
|
+
name: 'COTI Wallet',
|
|
1787
|
+
primary: true,
|
|
1788
|
+
type: 'wallet',
|
|
1789
|
+
currency: {
|
|
1790
|
+
code: 'COTI',
|
|
1791
|
+
name: 'COTI',
|
|
1792
|
+
color: '#229FD0',
|
|
1793
|
+
sort_index: 214,
|
|
1794
|
+
exponent: 8,
|
|
1795
|
+
type: 'crypto',
|
|
1796
|
+
address_regex: '^(?:0x)?[0-9a-fA-F]{40}$',
|
|
1797
|
+
asset_id: '95c91657-a486-5b3f-a6e4-d0831331dcd1',
|
|
1798
|
+
slug: 'coti'
|
|
1799
|
+
},
|
|
1800
|
+
balance: {
|
|
1801
|
+
amount: '0.00000000',
|
|
1802
|
+
currency: 'COTI'
|
|
1803
|
+
},
|
|
1804
|
+
created_at: null,
|
|
1805
|
+
updated_at: null,
|
|
1806
|
+
resource: 'account',
|
|
1807
|
+
resource_path: '/v2/accounts/COTI',
|
|
1808
|
+
allow_deposits: true,
|
|
1809
|
+
allow_withdrawals: true,
|
|
1810
|
+
active: true
|
|
1811
|
+
}, {
|
|
1812
|
+
id: 'ZEN',
|
|
1813
|
+
name: 'ZEN Wallet',
|
|
1814
|
+
primary: true,
|
|
1815
|
+
type: 'wallet',
|
|
1816
|
+
currency: {
|
|
1817
|
+
code: 'ZEN',
|
|
1818
|
+
name: 'Horizen',
|
|
1819
|
+
color: '#234871',
|
|
1820
|
+
sort_index: 215,
|
|
1821
|
+
exponent: 8,
|
|
1822
|
+
type: 'crypto',
|
|
1823
|
+
address_regex: '^(zn|zr|zt|zs)[a-km-zA-HJ-NP-Z1-9]{25,34}$',
|
|
1824
|
+
asset_id: 'ef343d07-52fe-5fee-88ad-ddf1a9e2d852',
|
|
1825
|
+
slug: 'horizen'
|
|
1826
|
+
},
|
|
1827
|
+
balance: {
|
|
1828
|
+
amount: '0.00000000',
|
|
1829
|
+
currency: 'ZEN'
|
|
1830
|
+
},
|
|
1831
|
+
created_at: null,
|
|
1832
|
+
updated_at: null,
|
|
1833
|
+
resource: 'account',
|
|
1834
|
+
resource_path: '/v2/accounts/ZEN',
|
|
1835
|
+
allow_deposits: true,
|
|
1836
|
+
allow_withdrawals: true,
|
|
1837
|
+
active: true
|
|
1838
|
+
}];
|