cURL
curl --request GET \
--url https://api.jup.ag/portfolio/v1/staked-jup/{address}{
"stakedAmount": 15000.5,
"unstaking": [
{
"amount": 500,
"until": 1711000000000
}
]
}Portfolio
Get Staked JUP
Request for staked JUP information of an address
GET
/
staked-jup
/
{address}
cURL
curl --request GET \
--url https://api.jup.ag/portfolio/v1/staked-jup/{address}{
"stakedAmount": 15000.5,
"unstaking": [
{
"amount": 500,
"until": 1711000000000
}
]
}Was this page helpful?
⌘I
