Account
Updates account referred_by field
Add missing account referrer within a certain time window after account creation.
post/account/referrer
Response
OK
Example response
{
"is_username_private": true,
"marketed_by": "maxDegen",
"notifications": {
"fill_sound": true,
"fills": true,
"orders": true,
"transfers": true
},
"referral": {
"commission_rate": "0.1",
"commission_volume_cap": "1000000000",
"discount_rate": "0.1",
"discount_volume_cap": "30000000",
"minimum_volume": "0.123",
"name": "Referral",
"points_bonus_rate": "0.1",
"points_bonus_volume_cap": "1000000000",
"referral_type": "Referral"
},
"referral_code": "cryptofox8",
"referred_by": "maxDegen",
"size_currency_display": "BASE",
"tap_share_rate": {
"last_updated_at": 1715592690488,
"share_rate": "0.2"
},
"username": "username",
"xp_share_rate": {
"last_updated_at": 1715592690488,
"share_rate": "0.2"
}
}Changes
Changed in 2 of the 50 revisions of this API.4
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○