Get Monetization History
GET
https://api.sfox.com/v1/enterprise/monetization/history
This endpoint returns all records of processed fee entries from a Partner. Partners have the ability to filter by user_id
, currency
, feature
, method
, and time period. Unprocessed fees will not be included in the response.
Query Parameters
from_date
int
Start date of the query in UNIX timestamp to milliseconds
to_date
int
End date of the query in UNIX timestamp to milliseconds
feature
string
Filters the response by that feature i.e. RFQ
method
string
Filters the response by that method i.e. FEE_RATE
user_id
string
Filters the response by that user i.e. ClientAccount1
currency
string
Filters the response by that currency i.e. ETH
Responses
Response Body
monetization_ledger_id
Unique ID for this monetization ledger entry
date_added
Date the fee was charged
date_processed
Date the fee was processed/paid
user_id
User Id of the user that the fee was debited
currency_code
Currency of the fee
instrument
Instrument of the trade the fee applied to
order_id
Order ID of the order the fee is charged to
trade_id
Trade ID of the trade the fee is charged to
staking_info_id
Stake ID of the stake the fee is charged to
atx_id
Transaction ID the fee is charged to
monetized_feature_code
Feature the fee came from
monetization_amount
Fee Rate
fee_amount
Fee Amount
Last updated