cURL
curl --request GET \ --url https://api.neynar.com/v2/farcaster/user/subscriptions_created/ \ --header 'x-api-key: <api-key>'
{ "subscriptions_created": [ { "subscriptions_created": [ { "object": "subscription", "provider_name": "fabric_stp", "contract_address": "0xff63fc310d47ef80961056ac8df0b3f1a9e3ef58", "chain": 8453, "metadata": { "title": "/memes channel sub", "symbol": "MMS", "art_url": "https://storage.withfabric.xyz/loom/403fdc10-95f3-4b25-9d77-5aac7ccb9fd1.jpg" }, "owner_address": "0xb6f6dce6000ca88cc936b450cedb16a5c15f157f", "price": { "period_duration_seconds": 2592000, "tokens_per_period": "350574998400000", "initial_mint_price": "0" }, "tiers": [ { "id": 1, "price": { "period_duration_seconds": 2592000, "tokens_per_period": "3000000000000000", "initial_mint_price": "0" } } ], "protocol_version": 1, "token": { "symbol": "ETH", "address": null, "decimals": 18, "erc20": false } } ] } ] }
Fetch created subscriptions for a given FID’s.
API key to authorize requests
The unique identifier of a farcaster user or app (unsigned integer)
3
The provider of the subscription.
fabric_stp
Success
The response is of type object.
object
Was this page helpful?