Skip to content

POST /referrals/register

Register as a referrer with the signed challenge.

POST https://marketmayhem.co/api/v1/referrals/register
FieldTypeRequiredMeaning
noncestringyes
signaturestringyes

Every error is { "error": { "code", "message", "fix"? } }. This endpoint can answer:

  • INVALID_SIGNATURE: The signature is missing, expired, or not from that wallet.
  • RATE_LIMITED: Too many requests from this address in the last minute.