Preset fees
The preset fees are sorted by creation date, with the most recent preset fee appearing first.
Authorizations
RIALTO_API_KEYstringRequired
Responses
200
A JSON array of preset fees.
application/json
401
Invalid API key
500
An unexpected error occurred.
get
/preset-feesReturns a preset fee by its unique identifier.
Authorizations
RIALTO_API_KEYstringRequired
Path parameters
presetFeeIdstring · uuidRequired
The unique identifier of the preset fee.
Responses
200
A preset fee.
application/json
401
Invalid API key
404
Preset fee not found.
500
An unexpected error occurred.
get
/preset-fees/{presetFeeId}Last updated
