curl --request GET \
--url https://api-testnet.gte.xyz/v1/users/{user_address}/lppositions[
{
"market": {
"marketType": "bonding-curve",
"address": "<string>",
"baseToken": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"totalSupply": 123,
"logoUri": "<string>",
"priceUsd": 123,
"volume1HrUsd": 123,
"volume24HrUsd": 123,
"marketCapUsd": 123,
"marketType": "bonding-curve"
},
"quoteToken": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"totalSupply": 123,
"logoUri": "<string>",
"priceUsd": 123,
"volume1HrUsd": 123,
"volume24HrUsd": 123,
"marketCapUsd": 123,
"marketType": "bonding-curve"
},
"price": 123,
"priceUsd": 123,
"volume24HrUsd": 123,
"priceChange24Hr": 123,
"priceChange1Hr": 123,
"volume1HrUsd": 123,
"marketCapUsd": 123,
"createdAt": 123,
"tvlUsd": 123,
"bondingPercentage": 123,
"liquidityUsd": 123
},
"balance": 123,
"shareOfPool": 123,
"apr": 123,
"token0Amount": "<string>",
"token1Amount": "<string>"
}
]curl --request GET \
--url https://api-testnet.gte.xyz/v1/users/{user_address}/lppositions[
{
"market": {
"marketType": "bonding-curve",
"address": "<string>",
"baseToken": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"totalSupply": 123,
"logoUri": "<string>",
"priceUsd": 123,
"volume1HrUsd": 123,
"volume24HrUsd": 123,
"marketCapUsd": 123,
"marketType": "bonding-curve"
},
"quoteToken": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"totalSupply": 123,
"logoUri": "<string>",
"priceUsd": 123,
"volume1HrUsd": 123,
"volume24HrUsd": 123,
"marketCapUsd": 123,
"marketType": "bonding-curve"
},
"price": 123,
"priceUsd": 123,
"volume24HrUsd": 123,
"priceChange24Hr": 123,
"priceChange1Hr": 123,
"volume1HrUsd": 123,
"marketCapUsd": 123,
"createdAt": 123,
"tvlUsd": 123,
"bondingPercentage": 123,
"liquidityUsd": 123
},
"balance": 123,
"shareOfPool": 123,
"apr": 123,
"token0Amount": "<string>",
"token1Amount": "<string>"
}
]EVM address
List of user's LP positions
Market in which the LP position is held
Show child attributes
Type of the market
bonding-curve, amm, clob-spot, perps EVM address of the market
Base token of the market. On AMMs, this token comes first in the pair
Show child attributes
EVM address
Number of decimals for the token
Name of the token
Symbol of the token
Total supply of the token
URI of the token's logo
Price of token in USD
1 hour volume in USD
24 hour volume in USD
Token market cap in USD
Highest market type that the token is listed in
bonding-curve, amm, clob-spot, perps Quote token of the market. On AMMs, this token comes second in the pair
Show child attributes
EVM address
Number of decimals for the token
Name of the token
Symbol of the token
Total supply of the token
URI of the token's logo
Price of token in USD
1 hour volume in USD
24 hour volume in USD
Token market cap in USD
Highest market type that the token is listed in
bonding-curve, amm, clob-spot, perps Price of the base token in quote tokens.
Price of the base token in USD.
Volume of the market in the last 24 hours in USD
Price change of the market in the last 24 hours in percentage
Price change of the market in the last 1 hour in percentage
Volume of the market in the last 1 hour in USD
Market cap of the market in USD
Timestamp of when the market was deployed in UTC millis
TVL of the market in Usd. Null if not applicable.
Percentage of the market that is bonded. Null if not applicable.
Liquidity of the market in USD. Null if not applicable.
Amount of LP tokens a user holds
Percentage of the pool of the position
APR of the liquidity pool
Amount of token0 in LP
Amount of token1 in Lp