> For the complete documentation index, see [llms.txt](https://api-docs.vaultoro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.vaultoro.com/portfolio.md).

# Portfolio

<mark style="color:blue;">`GET`</mark> `https://api.vaultoro.com/v1/private/stats/lastfx`

#### Query Parameters

| Name  | Type   | Description                                |
| ----- | ------ | ------------------------------------------ |
| asset | string | Optionally add asset to filter results by. |

#### Headers

| Name   | Type   | Description     |
| ------ | ------ | --------------- |
| VTOKEN | string | Your API Token. |

{% tabs %}
{% tab title="200 " %}

```
{
    "lastExchangeRate": [],
    "lastLogin": 1623669719
}
```

{% endtab %}
{% endtabs %}
