Retrieve wallet
Retrieve a single wallet using its unique id.
1. Get a wallet by id
id
Request Endpoint: reference
GET /api/wallets/{id}
Parameter | Param Type | Description | Data Type | Mandatory |
---|---|---|---|---|
{id} | path | The wallet id | String | ✅ |
2. Get all wallets
Request Endpoint: reference
GET /api/wallets
3. Get wallets by identifier
identifier
Request Endpoint: reference
GET /api/wallets
Parameter | Param Type | Description | Data Type | Mandatory |
---|---|---|---|---|
identifier | Query | Identifier to fetch a single or group of wallets | String | ✅ |
Updated 13 days ago