Manager preset fees

Returns the list of preset fees of the manager.

get
/preset-fees

The preset fees are sorted by creation date, with the most recent preset fee appearing first. Only the preset fees of the associated manager are returned.

Authorizations
RIALTO_API_KEYstringRequired
Responses
200

A JSON array of preset fees.

application/json
get
/preset-fees

Returns a preset fee of the manager by ID.

get
/preset-fees/{presetFeeId}

Returns a preset fee by its unique identifier. Only match a preset fee of the manager.

Authorizations
RIALTO_API_KEYstringRequired
Path parameters
presetFeeIdstring · uuidRequired

The unique identifier of the preset fee.

Responses
200

A preset fee.

application/json
get
/preset-fees/{presetFeeId}

Last updated