GET
/
position
/
{position_address}
get_position
curl --request GET \
  --url https://dlmm-api.meteora.ag/position/{position_address}
{
  "address": "<string>",
  "daily_fee_yield": 123,
  "fee_apr_24h": 123,
  "fee_apy_24h": 123,
  "owner": "<string>",
  "pair_address": "<string>",
  "total_fee_usd_claimed": 123,
  "total_fee_x_claimed": 123,
  "total_fee_y_claimed": 123,
  "total_reward_usd_claimed": 123,
  "total_reward_x_claimed": 123,
  "total_reward_y_claimed": 123
}

Path Parameters

position_address
string
required

Address of the position

Response

200 - application/json
address
string
required

Address of the position

daily_fee_yield
number
required
fee_apr_24h
number
required
fee_apy_24h
number
required
owner
string
required

Address of the position owner

pair_address
string
required

Address of the liquidity pair for the position

total_fee_usd_claimed
number
required

Total fee has been claimed in USD

total_fee_x_claimed
integer
required

Total fee X has been claimed

total_fee_y_claimed
integer
required

Total fee Y has been claimed

total_reward_usd_claimed
number
required

Total farm reward has been claimed in USD

total_reward_x_claimed
integer
required

Total farm reward X has been claimed

total_reward_y_claimed
integer
required

Total farm reward Y has been claimed