GET
/
rewards
/
{currency}
/
rates
Get the currency reward rates for a given stablecoin
curl --request GET \
  --url https://api.bridge.xyz/v0/rewards/{currency}/rates \
  --header 'Api-Key: <api-key>'
{
"rate": "0.035",
"effective_at": "2025-01-01T00:00:00.000Z",
"expires_at": null
}

Authorizations

Api-Key
string
header
required

Path Parameters

currency
string
required

The stablecoin symbol

Query Parameters

since
string

The starting time in ISO8601 format

Response

200
application/json

The current reward rates

The response is of type object.