Positions
Last updated
Last updated
POST /api/v1/positions/{position_id}/hide HTTP/1.1
Host: localhost:50000
Accept: */*
POST /api/v1/positions/{position_id}/delete HTTP/1.1
Host: localhost:50000
Accept: */*
POST /api/v1/positions/{position_id}/activate HTTP/1.1
Host: localhost:50000
Accept: */*
GET /api/v1/positions/ HTTP/1.1
Host: localhost:50000
Accept: */*
{
"positions": [
{
"avg_buy_mcap_usd": "text",
"chain": "",
"created_at": "text",
"fee_and_tip_spent": "text",
"id": "text",
"pnl": 1,
"pool_address": "text",
"pool_mcap_usd": "text",
"pool_platform": 0,
"shitcoin_info": {
"address": "text",
"decimals": 1,
"is_stable": true,
"metadata": {
"name": "text",
"symbol": "text",
"uri": "text"
},
"owner": "text",
"supply": 1
},
"shitcoin_left": "text",
"shitcoin_left_percentage": 1,
"shitcoin_received": "text",
"shitcoin_reserves": "text",
"shitcoin_sold": "text",
"stable_profit": "text",
"stable_profit_usd": 1,
"stable_returned": "text",
"stable_returned_usd": 1,
"stable_spent": "text",
"stable_spent_usd": 1,
"stable_token_price": 1,
"stable_unrealized": "text",
"stable_unrealized_usd": 1,
"stable_value": "text",
"stable_value_usd": 1,
"stablecoin_info": {
"address": "text",
"decimals": 1,
"is_stable": true,
"metadata": {
"name": "text",
"symbol": "text",
"uri": "text"
},
"owner": "text",
"supply": 1
},
"stablecoin_reserves": "text",
"status": 0,
"user_id": "text",
"wallet_id": "text"
}
]
}GET /api/v1/positions/{position_id} HTTP/1.1
Host: localhost:50000
Accept: */*
{
"position": {
"avg_buy_mcap_usd": "text",
"chain": "",
"created_at": "text",
"fee_and_tip_spent": "text",
"id": "text",
"pnl": 1,
"pool_address": "text",
"pool_mcap_usd": "text",
"pool_platform": 0,
"shitcoin_info": {
"address": "text",
"decimals": 1,
"is_stable": true,
"metadata": {
"name": "text",
"symbol": "text",
"uri": "text"
},
"owner": "text",
"supply": 1
},
"shitcoin_left": "text",
"shitcoin_left_percentage": 1,
"shitcoin_received": "text",
"shitcoin_reserves": "text",
"shitcoin_sold": "text",
"stable_profit": "text",
"stable_profit_usd": 1,
"stable_returned": "text",
"stable_returned_usd": 1,
"stable_spent": "text",
"stable_spent_usd": 1,
"stable_token_price": 1,
"stable_unrealized": "text",
"stable_unrealized_usd": 1,
"stable_value": "text",
"stable_value_usd": 1,
"stablecoin_info": {
"address": "text",
"decimals": 1,
"is_stable": true,
"metadata": {
"name": "text",
"symbol": "text",
"uri": "text"
},
"owner": "text",
"supply": 1
},
"stablecoin_reserves": "text",
"status": 0,
"user_id": "text",
"wallet_id": "text"
}
}