Skip to main content
GET
/
v1
/
affiliate
/
myReferrer
Get my referrer
curl --request GET \
  --url https://api.testnet.arcus.xyz/v1/affiliate/myReferrer
{
  "address": "<string>",
  "code": "<string>",
  "discountBps": 123
}

Query Parameters

address
string
required

Ethereum address of the referee. 20-byte EVM address as hex: optional 0x or 0X prefix and exactly 40 hexadecimal digits. API responses normalize to lowercase af after 0x.

Pattern: ^(0x|0X)?[0-9a-fA-F]{40}$

Response

Referrer info.

address
string
code
string
discountBps
integer