GET
/
rewards
/
{currency}
Get a summary of all rewards for a given stablecoin
curl --request GET \
  --url https://api.bridge.xyz/v0/rewards/{currency} \
  --header 'Api-Key: <api-key>'
{
"developer_id": "2d127766-02fa-44b0-9fc8-a67665dbf109",
"currency": "xusd",
"balance": "10000.00",
"rewards": "23.9725",
"updated_at": "2025-01-01T00:00:00.000Z"
}

Authorizations

Api-Key
string
header
required

Path Parameters

currency
string
required

The stablecoin symbol

Response

200
application/json

The summary of all rewards for a given stablecoin

The response is of type object.