Skip to main content

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 /settlement/crypto
Links a new wallet address to your profile. Requires a signed message to prove wallet ownership.

Request 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 /settlement/crypto
Returns all saved crypto settlement accounts for the authenticated profile.

Delete a crypto account

DELETE /settlement/crypto/{accountId}
Permanently removes a saved wallet address from your settlement accounts.

Path parameters

string
required
ID of the settlement account to delete.