cURL
curl --request GET \ --url https://api.mercuriumpagamentos.com/wallet \ --header 'Authorization: Bearer <token>'
{ "id": "d5e3c79c-27f2-4a41-8f7f-6e3bbec17f9b", "sellerId": "3312a7f8-fa0d-42f0-a7c8-b785204f2ccb", "balance": 0, "pendingBalance": 0, "createdAt": "2025-06-30T00:00:00.000Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"d5e3c79c-27f2-4a41-8f7f-6e3bbec17f9b"
"3312a7f8-fa0d-42f0-a7c8-b785204f2ccb"
0
"2025-06-30T00:00:00.000Z"