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.Unique identifier for the settlement account.
On-chain wallet address saved for payouts.
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
Destination wallet address to save.
Serialized message bytes that were signed by the wallet owner.
Cryptographic signature proving ownership of the 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
ID of the settlement account to delete.
