Get referred volume for a given set of user identifiers

Returns the total referred volume (in USD) for each user identifier provided. The referred volume is calculated from all confirmed, non-fraudulent attributions where the user identifier is the referrer. User identifiers without any referred volume will return 0.

Results are cached for 15 minutes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
user_identifiers
array of strings
required
length between 1 and 100

Array of user identifiers to query for referred volume. Can be provided as:

  • Multiple query params: ?user_identifiers=0x123&user_identifiers=0x456
  • Comma-separated string: ?user_identifiers=0x123,0x456

Maximum 100 user identifiers allowed per request.

user_identifiers*
string
enum

The type of identifier for the user identifiers

Allowed:
Responses

400

Bad Request - Invalid user identifiers, empty array, or more than 100 user identifiers

404

Project not found

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json