cURL
curl --request GET \ --url https://api.bridge.xyz/v0/rewards/rates \ --header 'Api-Key: <api-key>'
200
ActiveRewardRate
{ "rate": "0.035", "effective_at": "2025-01-01T00:00:00.000Z", "expires_at": null}
Get the current reward rates
The starting time in ISO8601 format
The current reward rates
The reward rate for the given stablecoin
The effective date of the reward rate, in ISO8601 format
The expiration date of the reward rate, in ISO8601 format
Was this page helpful?