latestOpenAPI 3.1.12026-08-107910.9 KB
be934981453a
Fees
Get Fee Schedule
Retrieve the fee schedule (in basis points) for a benefactor. Returns special fees if configured, otherwise standard fees for each token.
get/fees
Query parameters
benefactorstring required
Ethereum address of the benefactor
Response
Fee schedule
Example response
{
"benefactor": "0x71aD9532857fD983A5b42282104393c4504aC26f",
"fees": [
{
"fee_bps": 5,
"redeem_fee_bps": 5,
"token": "ETH"
}
]
}