Skip to content

List savings

GET
/v2/treasury/savings

List all savings for a wallet

walletId
required
string format: uuid
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09

The wallet ID

List of savings

object
items
required

List of savings

Array<object>
object
savingId
required

The saving ID

string format: uuid
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09
savingProviderId
required

The provider ID

string format: uuid
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09
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