GET
/
rewards
/
{currency}
/
customer
/
{customerID}
Get a summary of a customer's rewards
curl --request GET \
  --url https://api.bridge.xyz/v0/rewards/{currency}/customer/{customerID} \
  --header 'Api-Key: <api-key>'
{
"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"
}

Authorizations

Api-Key
string
header
required

Path Parameters

currency
string
required

The stablecoin symbol

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Response

The summary of a customer's rewards

developer_id
string

The developer ID of the customer

customer_id
string

The customer ID of the customer

currency
string

The stablecoin symbol for the reward summary

balance
string

The balance of the customer in the given stablecoin

rewards
string

The rewards of the customer in the given stablecoin

updated_at
string

The timestamp of the last update to the reward summary, in ISO8601 format