๐ฒRevenue Share (RevShare)
This documentation provides details on the API endpoints available for Whirlprivacy.io, focusing on revenue-related operations.
Last updated
This documentation provides details on the API endpoints available for Whirlprivacy.io, focusing on revenue-related operations.
Last updated
โ ๏ธ You must be logged in to use these requests.
For all requests that require user authentication, you must include the following headers:
Header Name | Value | Description |
---|---|---|
/rev/eligible
- Check Rev Share EligibilityDescription: Determines if a user is eligible for revenue sharing.
Parameters:
Parameter | Location | Type | Required | Description |
---|---|---|---|---|
Response:
Error Handling:
Error Name | Description |
---|---|
Example Code:
/rev/history
- Get User's Revenue Share HistoryDescription: Fetches the revenue share history of the logged-in user for a specified ticker.
Parameters:
Response:
Error Handling:
Example Code:
/rev/total
- Get User's Total Revenue Shares by TickerDescription: Calculates the total revenue shares for a user by a specific ticker.
Parameters:
Response:
Error Handling:
Example Code:
Parameter | Location | Type | Required | Description |
---|---|---|---|---|
Error Name | Description |
---|---|
Parameter | Location | Type | Required | Description |
---|---|---|---|---|
Error Name | Description |
---|---|
X-API-key
base64
API token obtained after authentication.
user
query
address
Yes
The address of the user to verify
Unauthorized
The user is not logged in or token is invalid.
ticker
query
string
Yes
The ticker symbol of the asset to filter the history.
page
query
integer
No
The page number for pagination. Defaults to 1 if not provided.
Unauthorized
The user is not logged in or token is invalid.
InvalidTicker
The provided ticker symbol is not supported.
ticker
query
string
No
The ticker symbol of the asset. Defaults to "ETH" if not provided.
Unauthorized
The user is not logged in or token is invalid.
InvalidTicker
The provided ticker symbol is not supported.