GET
/
alpha-vault-configs
get_alpha_vault_configs
curl --request GET \
  --url https://damm-api.meteora.ag/alpha-vault-configs
{
  "fcfs_configs": [
    {
      "activation_type": 123,
      "address": "<string>",
      "depositing_duration_until_last_join_point": 123,
      "end_vesting_duration": 123,
      "escrow_fee": 123,
      "individual_depositing_cap": 123,
      "max_depositing_cap": 123,
      "start_vesting_duration": 123
    }
  ],
  "prorata_configs": [
    {
      "activation_type": 123,
      "address": "<string>",
      "end_vesting_duration": 123,
      "escrow_fee": 123,
      "max_buying_cap": 123,
      "start_vesting_duration": 123
    }
  ]
}

Response

200 - application/json

The response is of type object.