Error
A valid request URL is required to generate request examples{
"positions": [
{
"avg_buy_mcap_usd": "<string>",
"created_at": "<string>",
"fee_and_tip_spent": "<string>",
"id": "<string>",
"pnl": 123,
"pool_address": "<string>",
"pool_mcap_usd": "<string>",
"shitcoin_info": {
"address": "<string>",
"decimals": 123,
"is_stable": true,
"metadata": {
"name": "<string>",
"symbol": "<string>",
"uri": "<string>"
},
"owner": "<string>",
"supply": 123
},
"shitcoin_left": "<string>",
"shitcoin_left_percentage": 123,
"shitcoin_received": "<string>",
"shitcoin_reserves": "<string>",
"shitcoin_sold": "<string>",
"stable_profit": "<string>",
"stable_profit_usd": 123,
"stable_returned": "<string>",
"stable_returned_usd": 123,
"stable_spent": "<string>",
"stable_spent_usd": 123,
"stable_token_price": 123,
"stable_unrealized": "<string>",
"stable_unrealized_usd": 123,
"stable_value": "<string>",
"stable_value_usd": 123,
"stablecoin_info": {
"address": "<string>",
"decimals": 123,
"is_stable": true,
"metadata": {
"name": "<string>",
"symbol": "<string>",
"uri": "<string>"
},
"owner": "<string>",
"supply": 123
},
"stablecoin_reserves": "<string>",
"user_id": "<string>",
"wallet_id": "<string>"
}
]
}{
"error": "<string>"
}Position
Get Positions
Retrieves a list of positions, optionally filtered by status.
GET
/
positions
/
Error
A valid request URL is required to generate request examples{
"positions": [
{
"avg_buy_mcap_usd": "<string>",
"created_at": "<string>",
"fee_and_tip_spent": "<string>",
"id": "<string>",
"pnl": 123,
"pool_address": "<string>",
"pool_mcap_usd": "<string>",
"shitcoin_info": {
"address": "<string>",
"decimals": 123,
"is_stable": true,
"metadata": {
"name": "<string>",
"symbol": "<string>",
"uri": "<string>"
},
"owner": "<string>",
"supply": 123
},
"shitcoin_left": "<string>",
"shitcoin_left_percentage": 123,
"shitcoin_received": "<string>",
"shitcoin_reserves": "<string>",
"shitcoin_sold": "<string>",
"stable_profit": "<string>",
"stable_profit_usd": 123,
"stable_returned": "<string>",
"stable_returned_usd": 123,
"stable_spent": "<string>",
"stable_spent_usd": 123,
"stable_token_price": 123,
"stable_unrealized": "<string>",
"stable_unrealized_usd": 123,
"stable_value": "<string>",
"stable_value_usd": 123,
"stablecoin_info": {
"address": "<string>",
"decimals": 123,
"is_stable": true,
"metadata": {
"name": "<string>",
"symbol": "<string>",
"uri": "<string>"
},
"owner": "<string>",
"supply": 123
},
"stablecoin_reserves": "<string>",
"user_id": "<string>",
"wallet_id": "<string>"
}
]
}{
"error": "<string>"
}⌘I
