GetBuyPrice
API
API
/token/profile/v1/calculate/buy_price
Title
GetBuyPrice
Description
Get buy price of the Key based on amount
Authorization
Not required
Method
GET
Request Parameters
Name
Type
Required
Description
creatorId
int
YES
The Farcaster FID of the 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?creatorId=10001&amount=1&ecosystem=farcaster
Response
Last updated