/v1/referral/meta/tiers
Tier definitions
Request
https://api.xrpl.to/v1/referral/meta/tierscurl 'https://api.xrpl.to/v1/referral/meta/tiers'
Response
https://api.xrpl.to/v1/referral/meta/tiers{ "success": true, "tiers": [ { "id": "recruit", "min": 0, "name": "Recruit", "share": 0.5 }, { "id": "private", "min": 5, "name": "Private", "share": 0.5 }, { "id": "corporal", "min": 15, "name": "Corporal", "share": 0.5 }, { "id": "sergeant", "min": 150, "name": "Sergeant", "share": 0.5 }, { "id": "staff_sergeant", "min": 500, "name": "Staff Sergeant", "share": 0.5 } ] }
Long arrays and strings are shortened in the example; Send request for the full answer.
What it does
Tier definitions