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",
"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"
},
"protocol_version": 1,
"token": {
"symbol": "ETH",
"address": null,
"decimals": 18,
"erc20": false
},
"provider_name": "fabric_stp",
"tiers": [
{
"id": 1,
"price": {
"period_duration_seconds": 2592000,
"tokens_per_period": "3000000000000000",
"initial_mint_price": "0"
}
}
]
}
]
}
]
}Fetch created subscriptions for a given FIDās.
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",
"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"
},
"protocol_version": 1,
"token": {
"symbol": "ETH",
"address": null,
"decimals": 18,
"erc20": false
},
"provider_name": "fabric_stp",
"tiers": [
{
"id": 1,
"price": {
"period_duration_seconds": 2592000,
"tokens_per_period": "3000000000000000",
"initial_mint_price": "0"
}
}
]
}
]
}
]
}API key to authorize requests
The unique identifier of a farcaster user or app (unsigned integer)
x >= 03
The provider of the subscription.
fabric_stp Success
Show child attributes
Show child attributes
subscription "0xff63fc310d47ef80961056ac8df0b3f1a9e3ef58"
8453
Show child attributes
"/memes channel sub"
"MMS"
"https://storage.withfabric.xyz/loom/403fdc10-95f3-4b25-9d77-5aac7ccb9fd1.jpg"
"0xb6f6dce6000ca88cc936b450cedb16a5c15f157f"
Show child attributes
2592000
"350574998400000"
"0"
1
Show child attributes
"ETH"
null
18
false
"fabric_stp"
Show child attributes
1
Show child attributes
2592000
"3000000000000000"
"0"
Was this page helpful?