Savings

Get a list of savings presets

Use this method to get a list of all available presets. Presets contain settings of the savings programs to which clients can subscribe in the Trader's Room. Savings plans are created based on presets when clients subscribe to savings programs.

GET
/api/v2/my/savings/presets

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/my/savings/presets"
{  "data": []}
{  "error": {    "message": "Unauthorized"  }}
{  "error": {    "message": "Service Unavailable"  }}