Fetch a wallet deposit address
Wallets
Fetch a wallet deposit address
Returns a single deposit address by its da_… external id, scoped to the
wallet identified by the wal_… id in the path.
Errors
400 invalid_input— the wallet id does not start withwal_, or the deposit address id does not start withda_.404 not_found— the wallet does not exist in this integration, or the deposit address does not exist under that wallet. A single 404 covers every miss path (unknown id, wrong wallet, wrong integration, wrong purpose).
GET
Fetch a wallet deposit address
Authorizations
API key issued during merchant onboarding.
Path Parameters
Pattern:
[^\/#\?]+?Pattern:
[^\/#\?]+?