# Staking Annual Percentage Yield API
GET /v1/apy/staking/{currency_id} method allows to retrieve staking APY of a token by the token ticker.
Request parameters:
Parameter | Description |
---|---|
currency_id | Ticker of the token (example: USDN) |
# API Access
Use the following URL for API requests:
https://api.waves.exchange
Request example:
https://api.waves.exchange/v1/apy/staking/USDN
Successful response:
Code : 200 OK
Successful response example:
{
"type": "apy",
"apy": 6.22,
}
Unsuccessful response:
Code : 404 NOT FOUND
Condition : The specified token either does not exist, or it does not have staking APY.