cURL
curl --request GET \ --url https://api.bridge.xyz/v0/rewards/{currency}/customer/{customerID} \ --header 'Api-Key: <api-key>'
200
CustomerRewardSummary
{ "developer_id": "2d127766-02fa-44b0-9fc8-a67665dbf109", "customer_id": "02513e85-b0f9-4d79-8320-348ce9efaa11", "currency": "xusd", "balance": "10000.00", "rewards": "23.9725", "updated_at": "2025-01-01T00:00:00.000Z"}
Get a summary of a customer’s rewards
The stablecoin symbol
A UUID that uniquely identifies a resource
1 - 42
The summary of a customer's rewards
The response is of type object.
object
Was this page helpful?