settings/setOvernightRates
Returns snapshot of overnight rates.
// Set overnight rates
{
"counterpartyId": 2, // counterpartyId or counterpartyGroup
"currencyGroup": "fiat", // currencyId or currencyGroup
"negativeRate": 10, // negative rate value
"positiveRate": 0 // positive rate value
}
// Reset overnight rates
{
"counterpartyId": 2, // counterpartyId or counterpartyGroup
"currencyGroup": "fiat" // currencyId or currencyGroup
}{"error": 0}{
"error": 9
}Field name
Type
Description
Last updated