GetSellPriceAfterFee

API

Request Parameters

Request and Response Example

Request

cURL Code

curl -X 'GET' \
  'https://api.tako.so/token/profile/v1/calculate/sell_price/after_fee?creatorId=10001&amount=1&ecosystem=farcaster' \
  -H 'accept: application/json'

Request URL

https://api.tako.so/token/profile/v1/calculate/sell_price/after_fee?creatorId=10001&amount=1&ecosystem=farcaster

Response

{
  "code": 0,
  "ts": "2023-12-22 04:11:09.11329",
  "msg": "OK",
  "data": 70833333333334
}

Last updated