stableinfluencer.dev
Agent-oriented social campaign API for localized TikTok and Instagram posting.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": "SIWX authentication required",
"accepts": [],
"resource": {
"url": "https://stableinfluencer.dev/api/campaigns",
"mimeType": "application/json",
"description": "List campaigns owned by the signing wallet, newest first. Each item includes lifecycle, a normalized explanation of the current phase and safest next action, so agents can avoid duplicate paid bundles."
},
"extensions": {
"sign-in-with-x": {
"info": {
"uri": "https://stableinfluencer.dev/api/campaigns",
"type": "eip191",
"nonce": "9d9dbacc4b9544fc8f81b183415993ad",
"domain": "stableinfluencer.dev",
"chainId": "eip155:8453",
"version": "1",
"issuedAt": "2026-09-22T22:45:14.623Z",
"statement": "Sign in to verify your wallet identity",
"expirationTime": "2026-09-22T22:50:14.623Z"
},
"schema": {
"sign-in-with-x": {
"info": {
"version": "1"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"domain",
"address",
"uri",
"version",
"chainId",
"type",
"nonce",
"issuedAt",
"signature"
],
"properties": {
"uri": {
"type": "string",
"format": "uri"
},
"type": {
"type": "string"
},
"nonce": {
"type": "string"
},
"domain": {
"type": "string"
},
"address": {
"type": "string"
},
"chainId": {
"type": "string"
},
"version": {
"type": "string"
},
"issuedAt": {
"type": "string",
"format": "date-time"
},
"notBefore": {
"type": "string",
"format": "date-time"
},
"requestId": {
"type": "string"
},
"resources": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
}
},
"signature": {
"type": "string"
},
"statement": {
"type": "string"
},
"expirationTime": {
"type": "string",
"format": "date-time"
}
}
},
"_options": {},
"supportedChains": []
}
},
"supportedChains": [
{
"type": "eip191",
"chainId": "eip155:8453"
},
{
"type": "ed25519",
"chainId": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
}
]
}
},
"x402Version": 2
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 34 USDC on Base to 0xcb30…a56ed. The signed payment is good for 5 minutes.
- Paid to
- 0xcb30…a56ed
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 34000000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- 111111…11111
- Token contract
- EPjFWd…TDt1v
- Payment window
- 5 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xcb305c89f762a9ab0a9f683f1f4b9624015a56ed",
"amount": "34000000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"decimals": 6,
"features": {
"xSettlementAccountSupported": true
},
"feePayer": "AepWpq3GQwL8CeKMtZyKtKPa7W91Coygh3ropAJapVdU",
"tokenProgram": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
"recentBlockhash": "4bUfLBpauv5KXK54j3v6xYM6cMVXXrHUuWFDpNN4cGMU"
},
"payTo": "11111111111111111111111111111111",
"amount": "34000000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"title": "Spring launch",
"videos": [
{
"type": "video",
"video_url": "https://example.com/video.mp4",
"description": "Launch day is here #new",
"target_publish_date": "2026-06-01"
}
],
"account": {
"username": "brand.us",
"biography": "Daily product drops and behind the scenes.",
"display_name": "Brand US",
"profile_picture_url": "profile-pictures/org_xxx/campaign/avatar.jpg"
},
"country": "US",
"options": {
"moderation": false,
"deep_warming": false,
"niche_warming": true,
"edits_quantity": 0,
"auto_finalize_videos": true,
"niche_warming_instructions": "Engage with fashion and product launch content."
},
"platform": "tiktok",
"external_ref": "spring-launch-us",
"publish_mode": "draft"
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"platform",
"publish_mode",
"options"
],
"properties": {
"title": {
"type": "string",
"maxLength": 200
},
"videos": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"description",
"target_publish_date"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200
},
"type": {
"enum": [
"video",
"carousel"
],
"type": "string"
},
"position": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 1
},
"video_url": {
"type": "string",
"format": "uri"
},
"description": {
"type": "string",
"maxLength": 2200,
"minLength": 1
},
"external_ref": {
"type": "string",
"maxLength": 200
},
"carousel_images": {
"type": "array",
"items": {
"type": "string",
"minLength": 1
}
},
"tiktok_sound_url": {
"type": "string",
"format": "uri"
},
"instagram_location": {
"type": "string"
},
"volume_added_sound": {
"type": "integer",
"maximum": 200,
"minimum": 0
},
"target_publish_date": {
"type": "string",
"minLength": 10
},
"editing_instructions": {
"type": "string"
},
"instagram_audio_name": {
"type": "string"
},
"volume_original_sound": {
"type": "integer",
"maximum": 200,
"minimum": 0
},
"instagram_add_to_story": {
"type": "boolean"
},
"instagram_content_type": {
"enum": [
"reel",
"post"
],
"type": "string"
},
"instagram_collaborators": {
"type": "array",
"items": {
"type": "string",
"minLength": 1
}
}
},
"additionalProperties": false
},
"maxItems": 200
},
"account": {
"type": "object",
"required": [
"username",
"display_name",
"biography",
"profile_picture_url"
],
"properties": {
"username": {
"type": "string",
"pattern": "^[a-zA-Z0-9_.]+$",
"maxLength": 24,
"minLength": 1
},
"biography": {
"type": "string",
"maxLength": 80,
"minLength": 1
},
"link_in_bio": {
"type": "string",
"format": "uri"
},
"display_name": {
"type": "string",
"maxLength": 30,
"minLength": 1
},
"profile_picture_url": {
"type": "string",
"minLength": 1
},
"niche_warming_instructions": {
"type": "string",
"minLength": 1
}
},
"additionalProperties": false
},
"country": {
"type": "string",
"maxLength": 3,
"minLength": 2
},
"options": {
"type": "object",
"default": {
"moderation": false,
"deep_warming": false,
"niche_warming": false,
"edits_quantity": 0,
"auto_finalize_videos": true
},
"required": [
"niche_warming",
"deep_warming",
"moderation",
"edits_quantity",
"auto_finalize_videos"
],
"properties": {
"moderation": {
"type": "boolean",
"default": false,
"description": "Optional TokPortal comment moderation add-on for the bundle."
},
"deep_warming": {
"type": "boolean",
"default": false,
"description": "Optional higher-cost TokPortal account-warming add-on. Instagram only, mutually exclusive with niche_warming. TokPortal does not document exact warming actions or guarantees."
},
"niche_warming": {
"type": "boolean",
"default": false,
"description": "Optional lower-cost TokPortal account-warming add-on. Use when the account should be prepared around a target niche before publishing. Requires niche_warming_instructions."
},
"edits_quantity": {
"type": "integer",
"default": 0,
"maximum": 9007199254740991,
"minimum": 0,
"description": "Number of TokPortal video edit slots to buy for this bundle."
},
"moderation_notice": {
"type": "string",
"minLength": 1
},
"auto_finalize_videos": {
"type": "boolean",
"default": true
},
"niche_warming_instructions": {
"type": "string",
"minLength": 1,
"description": "Plain-language niche guidance for TokPortal warming, for example: Engage with fitness, running, and wellness content."
}
},
"additionalProperties": false
},
"platform": {
"enum": [
"tiktok",
"instagram"
],
"type": "string"
},
"video_slots": {
"type": "integer",
"maximum": 500,
"minimum": 1
},
"external_ref": {
"type": "string",
"maxLength": 200
},
"publish_mode": {
"enum": [
"draft",
"publish"
],
"type": "string",
"default": "draft"
},
"existing_account_id": {
"type": "string",
"minLength": 1
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-06-13 00:04Z
- Last indexed by Roundhouse
- 2026-07-13 00:00Z
- Last enriched (probe, favicon, geo)
- 2026-09-22 22:45Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service stableinfluencer.dev and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=stableinfluencer.dev' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://stableinfluencer.dev/api/campaigns, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.