Skip to main content
GET
List merchant addresses

Authorizations

x-commerce-api-key
string
header
required

Legacy alias for commerce-scoped API keys. Prefer x-api-key with scope=commerce.

Query Parameters

customer_id
string

Merchant-specific customer identifier (alternative to wallet)

Maximum string length: 255
wallet_address
string

Customer wallet address (required with wallet_network)

wallet_network
enum<string>

Wallet network (required with wallet_address)

Available options:
ethereum,
base,
solana,
avalanche,
ton,
bsc,
arbitrum,
optimism,
cardano,
sui
limit
integer

Maximum addresses to return

Required range: 1 <= x <= 100
offset
integer

Offset for pagination

Required range: x >= 0

Response

Addresses retrieved successfully

success
boolean
Example:

true

data
object