You're viewing a demo portfolio

Join the waitlist
PRSM

create_ref_link

Active

Tool of Real Real Genuine

declared in 1.0.0

[AFFILIATE] Create a product referral link. Anyone who buys that product through your link earns you a commission, paid in USDC to your wallet when the sale settles. Open to any wallet, no approval needed. Returns a short link like https://realrealgenuine.com/r/ab12cd34 and a ref_code. Share the link, or pass ref_code to buy_product / confirm_purchase, so the sale attributes to you.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "partner_wallet",
    "token_id"
  ],
  "properties": {
    "token_id": {
      "type": "integer",
      "description": "Token ID of the product you want to promote",
      "exclusiveMinimum": 0
    },
    "partner_wallet": {
      "type": "string",
      "pattern": "^0x[0-9a-fA-F]{40}$",
      "description": "Your Base wallet; commission is paid here"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Real Real Genuine

https://github.com/richardjhobbs/rrg

1/7 registries
View full server →