GetBuyPriceAfterFee
API
API | /token/profile/v1/calculate/buy_price/after_fee |
---|---|
Title | GetBuyPriceAfterFee |
Description | Get buy price after fee of the Key based on amount |
Authorization | Not required |
Method |
|
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/buy_price/after_fee?creatorId=10001&amount=1&ecosystem=farcaster
Response
Last updated