GET
/
position
/
{position_address}
/
deposits
get_deposits
curl --request GET \
  --url https://dlmm-api.meteora.ag/position/{position_address}/deposits
[
  {
    "active_bin_id": 123,
    "onchain_timestamp": 123,
    "pair_address": "<string>",
    "position_address": "<string>",
    "price": 123,
    "token_x_amount": 123,
    "token_x_usd_amount": 123,
    "token_y_amount": 123,
    "token_y_usd_amount": 123,
    "tx_id": "<string>"
  }
]

Path Parameters

position_address
string
required

Address of the position

Response

200 - application/json
active_bin_id
integer
required

Active bin ID

onchain_timestamp
integer
required

Timestamp of the activity

pair_address
string
required

Address of the liquidity pair for the position

position_address
string
required

Address of the position

price
number
required

Liquidity pair price

token_x_amount
integer
required

Amount of token X

token_x_usd_amount
number
required

Amount of token X in USD

token_y_amount
integer
required

Amount of token Y

token_y_usd_amount
number
required

Amount of token Y in USD

tx_id
string
required

Transaction hash