GetSellPriceAfterFee
API
API
/token/profile/v1/calculate/sell_price/after_fee
Title
GetSellPriceAfterFee
Description
Get sell price after fee of the Key based on amount
Authorization
Not required
Method
GET
Request Parameters
Name
Type
Required
Description
creatorId
int
YES
The Farcaster FID of creator
amount
int
YES
The amount of Key to be purchased
ecosystem
string
YES
Only suppports "farcaster"
Request and Response Example
Request
cURL Code
Request URL
https://api.tako.so/token/profile/v1/calculate/sell_price/after_fee?creatorId=10001&amount=1&ecosystem=farcaster
Response
Last updated