Skip to main content
GET
/
rewards
/
rates
Get the current reward rates
curl --request GET \
  --url https://api.bridge.xyz/v0/rewards/rates \
  --header 'Api-Key: <api-key>'
{
  "rate": "<string>",
  "effective_at": "<string>",
  "expires_at": "<string>"
}

Authorizations

Api-Key
string
header
required

Query Parameters

since
string

The starting time in ISO8601 format

Response

The current reward rates

rate
string

The reward rate for the given stablecoin

effective_at
string

The effective date of the reward rate, in ISO8601 format

expires_at
string

The expiration date of the reward rate, in ISO8601 format