POST /referrals/register
Register as a referrer with the signed challenge.
POST https://marketmayhem.co/api/v1/referrals/register| Field | Type | Required | Meaning |
|---|---|---|---|
nonce | string | yes | |
signature | string | yes |
Response
Section titled “Response”Errors
Section titled “Errors”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.