Skip to main content
GET
/
v3
/
wallet
Get all wallets
curl --request GET \
  --url https://api.sandbox.finsei.com/v3/wallet \
  --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.

Query Parameters

limit
integer
before
string<date-time>
after
string<date-time>

Response

List of wallets

status
string
data
object[]