The preset fees are sorted by creation date, with the most recent preset fee appearing first.
[{"id":"e5b47b67-7ef9-45c3-abd3-79eac5551cc4","feeDirection":"OFFRAMP","fiatFeeGroup":"USD","blockchainFeeGroup":"USD_STABLECOIN","configuration":{"type":"FLAT","fee":125},"createdAt":"2024-12-03T10:07:54.940Z"},{"id":"031d263c-8d19-4578-8701-8d2ed5035949","feeDirection":"ONRAMP","fiatFeeGroup":"G10","blockchainFeeGroup":"EUR_STABLECOIN","configuration":{"type":"MONTHLY_VOLUME","intermediaryLimits":[{"to":10000,"fee":125},{"to":20000,"fee":100},{"to":50000,"fee":75}],"upperLimitFee":50},"createdAt":"2024-12-01T15:07:54.940Z"}]
GET /api/client/v1/preset-fees HTTP/1.1 Host: api.rialtobridge.xyz RIALTO_API_KEY: YOUR_API_KEY Accept: */*
A JSON array of preset fees.
[ { "id": "e5b47b67-7ef9-45c3-abd3-79eac5551cc4", "feeDirection": "OFFRAMP", "fiatFeeGroup": "USD", "blockchainFeeGroup": "USD_STABLECOIN", "configuration": { "type": "FLAT", "fee": 125 }, "createdAt": "2024-12-03T10:07:54.940Z" }, { "id": "031d263c-8d19-4578-8701-8d2ed5035949", "feeDirection": "ONRAMP", "fiatFeeGroup": "G10", "blockchainFeeGroup": "EUR_STABLECOIN", "configuration": { "type": "MONTHLY_VOLUME", "intermediaryLimits": [ { "to": 10000, "fee": 125 }, { "to": 20000, "fee": 100 }, { "to": 50000, "fee": 75 } ], "upperLimitFee": 50 }, "createdAt": "2024-12-01T15:07:54.940Z" } ]
Returns a preset fee by its unique identifier.
The unique identifier of the preset fee.
{"id":"e5b47b67-7ef9-45c3-abd3-79eac5551cc4","feeDirection":"OFFRAMP","fiatFeeGroup":"USD","blockchainFeeGroup":"USD_STABLECOIN","configuration":{"type":"FLAT","fee":125,"fixedfee":{"usdc":10,"usdt":10,"eurc":5}},"createdAt":"2024-12-03T10:07:54.940Z"}
GET /api/client/v1/preset-fees/{presetFeeId} HTTP/1.1 Host: api.rialtobridge.xyz RIALTO_API_KEY: YOUR_API_KEY Accept: */*
A preset fee.
{ "id": "e5b47b67-7ef9-45c3-abd3-79eac5551cc4", "feeDirection": "OFFRAMP", "fiatFeeGroup": "USD", "blockchainFeeGroup": "USD_STABLECOIN", "configuration": { "type": "FLAT", "fee": 125, "fixedfee": { "usdc": 10, "usdt": 10, "eurc": 5 } }, "createdAt": "2024-12-03T10:07:54.940Z" }