Skip to main content
GET
/
settings
cURL
curl --request GET \
  --url https://api.odin.fun/v1/settings
{
  "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
}

Response

default - application/json
id
number
required
access_required
boolean
required
bond_platform_fee
integer
required
bond_referral_reward
integer
required
bond_reward
integer
required
mint_fee
integer
required
swap_lp_fee
integer
required
swap_platform_fee
integer
required
swap_referral_reward
integer
required
last_ckbtc_block
number
required
last_indexed_block
number
required
community_comments_threshold
integer
required
public_comments_threshold
integer
required
I