GET
/
api
/
wallet
/
accounts
/
{accountId}
/
transactions
curl --request GET \
  --url https://sandbox.finhub.cloud/api/wallet/accounts/{accountId}/transactions \
  --header 'X-Forwarded-For: <x-forwarded-for>'

Headers

X-Forwarded-For
string
required

Forwarded client IP address

User-Agent
string

Client user agent information

X-Tenant-ID
string

Tenant identifier for multi-tenant operations

Path Parameters

accountId
string
required

Response

200

OK