Get Wallets
Get Wallets
GET
/wallet-service/v1/forefront/wallets
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"data": [
{
"id": "9e7e0d24-9ef0-4de7-886f-f4f76246f2a3",
"user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
"currency": "EUR",
"currency_subunits": 2,
"balance": 50005214,
"bonus_balance": 0,
"is_base": false,
"wallet_currency": {
"id": 2,
"title": "Euro",
"code": "EUR",
"subunits": 2,
"type": "Fiat",
"image": {
"name": "Screenshot from 2025-04-09 19-32-11",
"file_name": "01JRDJWWPD2Y4YT7DM2JE85XAH.png",
"mime_type": "image/png",
"url": "https://cdn.sprutgaming.com/dev/1/01JRDJWWPD2Y4YT7DM2JE85XAH.png",
"custom_properties": []
}
}
},
{
"id": "9e820a24-c61d-4448-9b87-0ccb12cd60b0",
"user_id": "da9354fa-87b5-4c21-af5a-0acf34636189",
"currency": "USD",
"currency_subunits": 2,
"balance": 9872092,
"bonus_balance": 404550,
"is_base": true,
"wallet_currency": {
"id": 1,
"title": "US Dollar",
"code": "USD",
"subunits": 2,
"type": "Fiat",
"image": {
"name": "Screenshot from 2025-04-09 19-32-11",
"file_name": "01JRDJWWPD2Y4YT7DM2JE85XAH.png",
"mime_type": "image/png",
"url": "https://cdn.sprutgaming.com/dev/1/01JRDJWWPD2Y4YT7DM2JE85XAH.png",
"custom_properties": []
}
}
}
]
}
Last updated