v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBBenchmark rate
Get rates for a specific benchmark
Get all rates configured for a specific benchmark.
get/v1/interest/benchmark-rate/{benchmark}
Path parameters
benchmarkstring required
Market index used to measure the interest a value has over time
Headers
content-typestring required
Content type
Authorizationstring required
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a "** 401 Unauthorized**" error.
Response
OK
Example response
{
"get_benchmark_rate_list": [
{
"benchmark": "FED",
"benchmark_rate": 0.104,
"start_date": "2024-09-10",
"version": "2024-09",
"division_id": "d9b2c9e1-4633-4a10-841b-270f7f1493cd",
"interest_by_tiers": {
"type": "TERM",
"tier_calculation": "RETROACTIVE",
"tiers": [
{
"days": 30,
"amount": 1000,
"margin_rate": 1,
"fixed_interest_rate": 1.2
},
{
"days": 60,
"amount": 2000,
"margin_rate": 1,
"fixed_interest_rate": 1.3
}
]
},
"interest_thresholds": {
"cap_threshold": 1.1,
"cap_effective_rate": 1.2,
"floor_threshold": 2.2,
"floor_effective_rate": 2.1
}
}
]
}