Hello,
I need to retrieve luanchpad’s subscriptions history (https://launchpad.binance.com/en/history/stackSchema) via the API.
The “/sapi/v1/asset/assetDividend” endpoint contains partial data:
{'id': 123, 'tranId': 123, 'asset': 'TKO', 'amount': '1.23', 'divTime': 1617780000000, 'enInfo': 'launchpad'}
{'id': 123, 'tranId': 123, 'asset': 'LINA', 'amount': '1.23', 'divTime': 1616000000000, 'enInfo': 'lpd.asset.info:launchpad'}
but does not contain the amount of BNB deducted.
What endpoint should I use to find such data required to know the price the tokens have been bought at?
Thanks!