GET
/
token-launch
/
fee-share
/
wallet
/
twitter
Get fee share wallet
curl --request GET \
  --url https://public-api-v2.bags.fm/api/v1/token-launch/fee-share/wallet/twitter \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "response": "<string>"
}

Authorizations

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Query Parameters

twitterUsername
string
required

Twitter username

Response

200
application/json

Successfully retrieved wallet address

The response is of type object.