GET
/
fee-config
/
{config_address}
get_fee_configs
curl --request GET \
  --url https://damm-api.meteora.ag/fee-config/{config_address}
[
  {
    "activate_duration_after_trade_in_seconds": 123,
    "config_address": "<string>",
    "creator_authority": "<string>",
    "fee_percentage": "<string>"
  }
]

Path Parameters

config_address
string
required

Config address

Response

200 - application/json

The response is of type object[].