POST /tweet/verify
POST

/v1/tweet/verify

Verify a promotional tweet and credit the wallet. One verification per wallet every 2 hours, up to 6 tokens per X account per UTC day, and a tweet earns from one pool.

Authwallet signature

Request

POSThttps://api.xrpl.to/v1/tweet/verify
Body
Body fieldsas documented
{
  md5 (token md5 or NFT slug),
  tweetUrl,
  account,
  type?: token|nft
}
curl -X POST 'https://api.xrpl.to/v1/tweet/verify'
Needs a wallet signature, so it cannot run from this page — see API Keys for the headers.

Response

No public sample for this endpoint — run the code on the right with your own values and your key to see the response.

What it does

Verify a promotional tweet and credit the wallet. One verification per wallet every 2 hours, up to 6 tokens per X account per UTC day, and a tweet earns from one pool.

OpenAPI