# Wallets

Use this API operation to resolve the wallets registered for your tenant - the `ripId`
values you quote as `walletRipId` elsewhere in this API.

| Operation | Method | Description |
| --------- | ------ | ----------- |
| [List wallets](#operation/listWallets) | GET | Get a paginated list of your wallets, optionally filtered by `ripId`. |


## List wallets

 - [GET /v1/stablecoin/wallets](https://docs.ripple.com/products/stablecoin/api/reference/rlusd-openapi/wallets/listwallets.md): Returns a paginated list of the wallets registered for your tenant. This is the ripId
lookup: use it to resolve the walletRipId you quote on a fiat buy instruction or a bridge
approval, and to map a walletRipId on a transaction leg back to an address and chain.

A ripId that matches nothing returns an empty page with 200, never a 404.

