The crypto account object
A crypto settlement account is a saved on-chain wallet address linked to your business profile. Once added, it can be used as a trusted payout destination without re-signing each time.string
Unique identifier for the settlement account.
string
On-chain wallet address saved for payouts.
string
Saved network for wallet address.
string
Business profile that owns this settlement account.
Add a crypto account
POST
Links a new wallet address to your profile. Requires a signed message to prove wallet ownership.
/settlement/cryptoRequest body
string
required
Destination wallet address to save.
string
required
Blockchain network the wallet belongs to.
string
required
Placeholder for wallet.
List crypto accounts
GET
Returns all saved crypto settlement accounts for the authenticated profile.
/settlement/cryptoDelete a crypto account
DELETE
Permanently removes a saved wallet address from your settlement accounts.
/settlement/crypto/{accountId}Path parameters
string
required
ID of the settlement account to delete.
