Skip to main content
GET
/
v3
/
wallet
/
{id}
Get wallet by ID
curl --request GET \
  --url https://api.sandbox.finsei.com/v3/wallet/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": {
    "id": "<string>",
    "iban": "<string>",
    "currency": "<string>",
    "balance": 123,
    "status": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Wallet details

status
string
data
object