Skip to main content
Returns a wallet you created, looked up by the id from its creation response.

Endpoint

The path segment is the wallet’s id — a UUID — not its wallet_ref. Wallets belonging to another account return 404, and so does a value that isn’t a well-formed UUID, so a 404 handler catches the “I passed a ref by mistake” case too. There is no lookup-by-wallet_ref endpoint. Since the ref is your own identifier, re-POST it to create wallet instead: that call is create-or-get and returns the existing wallet.

Example

Response (200)

Same shape as create wallet’s response.

Errors