Skip to main content
GET
/
staked-jup
/
{address}
cURL
curl --request GET \
  --url https://api.jup.ag/portfolio/v1/staked-jup/{address} \
  --header 'x-api-key: <api-key>'
{
  "stakedAmount": 123,
  "unstaking": [
    {
      "amount": 123,
      "until": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

Get API key via https://portal.jup.ag

Path Parameters

address
string
required

Response

200 - application/json

Default Response

stakedAmount
number
unstaking
object[]