assetsGet the net-worth trend

Get the net-worth trend

Unavailable (data-excluded) for connections that exclude accounts: historical snapshots cannot be retro-filtered by account.

curl -X GET "https://api.403fin.io/v1/net-worth/history?period=example_string&base_currency=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "data": [
    {
      "date": "2024-12-25",
      "net_worth": "example_string",
      "total_assets": "example_string",
      "total_liabilities": "example_string",
      "base_currency": "example_string",
      "liquid_net_worth": "example_string",
      "investable_net_worth": "example_string"
    }
  ],
  "pagination": {
    "next_cursor": "example_string",
    "has_more": true
  },
  "redacted_fields": [
    "example_string"
  ],
  "filtered": true
}
GET
/v1/net-worth/history
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

An opaque ff_ credential (ff_ak_ / ff_at_) presented as a Bearer token.

An opaque ff_ credential (ff_ak_ / ff_at_) presented as a Bearer token.
API Key (header: X-API-Key)
X-API-Keystring
Required

An opaque ff_ credential presented in the X-API-Key header.

An opaque ff_ credential presented in the X-API-Key header.
query
periodstring

The look-back period token (for example 30d, 6mo, 1y).

query
base_currencystring

The ISO 4217 currency the series is converted to.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. An opaque ff_ credential (ff_ak_ / ff_at_) presented as a Bearer token.

header
X-API-Keystring
Required

API Key for authentication. An opaque ff_ credential presented in the X-API-Key header.

Query Parameters

periodstring

The look-back period token (for example 30d, 6mo, 1y).

base_currencystring

The ISO 4217 currency the series is converted to.

Responses

dataarray
Required
paginationstring

Cursor pagination state, present on list endpoints.

redacted_fieldsstring[]

Field ids stripped from the payload by connection scope.

filteredboolean

True when row or aggregate filtering is in effect for this response.