Skip to main content
POST
/
rewards
/
farcaster
/
create-distribution
{
  "code": 200,
  "msg": "<string>",
  "data": {
    "id": "ZXtyi123",
    "status": "pending",
    "platform": "farcaster",
    "content_id": "12345678",
    "budget": 25,
    "recipients": [
      {
        "username": "jrsarath",
        "weight": 0.2,
        "amount": 5,
        "wallet_address": "0xabc..."
      }
    ]
  }
}

Body

application/json
budget
number
required
Required range: x >= 0.01
Example:

25

content_id
string
required
Minimum length: 1
Example:

"12345678"

Response

Success

code
enum<number>
required
Available options:
200
msg
string
required
data
object
required