/fetch/tiers
GET/fetch/tiers
GET
/fetch/tiers
Fetch the discount tiers.
Parameters
Query Parameters
network
required
string
Algorand “mainnet” or “testnet”.
Responses
200
OK.
object
assetId
The asset needed for the user discount.
number
tiers
Array of discount tiers.
Array<object>
object
amount
The minimum amount of token you need for the tier.
string
discount
The tier discount on the fee, e.g. 20 = 20%.
integer
400
Request validation error.
object
errors
Missing or malformed query params.
object
404
Request cannot be satisfied.
string