For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add Customer Crypto Addresses

Overview

Before a customer can receive a payout to their crypto wallet from an account on the platform, their destination address must be added to their profile.

An address can be scoped to a specific currency on a network (e.g. USDT on ETH), or left currency-agnostic to apply to all supported currencies on that network.

Upon submission, the address is validated for syntax, length, checksum etc. A 400 error is returned if it fails validation. Once saved, the returned "cryptoAddressId" is used as the "beneficiaryAddressId" when creating a payout.

Address Statuses

Status
Description

ACTIVE

Address is added and available for payouts

INACTIVE

Address exists but is not currently usable

REMOVED

Address has been deleted and cannot be used

Last updated