Get saving information
GET /v2/treasury/savings/{savingId}
GET
/v2/treasury/savings/{savingId}
Get detailed information about a specific saving
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” savingId
required
string format: uuid
The saving ID
Example
77a0049c-7683-45ff-956f-656f257048f7
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”Saving details
object
savingId
required
The saving ID
string format: uuid
77a0049c-7683-45ff-956f-656f257048f7
savingProviderId
required
The provider ID
string format: uuid
77a0049c-7683-45ff-956f-656f257048f7
currencyName
required
The currency name
string
USDC
balance
required
The current balance up to 6 decimal places
string
1000.123456
earnings
required
The total earnings accrued in the account
string
50.123456
apy
required
The current APY
string
5.25
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error