Update wallet addresses for a merchant

Path parameters

merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
evmAddressstringOptional

EVM address (Ethereum, Polygon, etc.)

solanaAddressstringOptional
Solana address
tronAddressstringOptional
Tron address
btcAddressstringOptional
Bitcoin address

Response

Wallet addresses updated successfully
idstring
Wallet ID
merchantIdstring
Merchant ID
evmAddressstring or null
EVM address
solanaAddressstring or null
Solana address
tronAddressstring or null
Tron address
btcAddressstring or null
Bitcoin address

Errors