cURL
curl --request GET \ --url https://api.odin.fun/v1/settings \ --header 'Authorization: Bearer <token>'
{ "id": 123, "access_required": true, "bond_platform_fee": 123, "bond_referral_reward": 123, "bond_reward": 123, "mint_fee": 123, "swap_lp_fee": 123, "swap_platform_fee": 123, "swap_referral_reward": 123, "last_ckbtc_block": 123, "last_indexed_block": 123, "community_comments_threshold": 123, "public_comments_threshold": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>