curl --request POST \
--url https://api.custody.api-zodia.io/v3/api/ase/staking/balances \
--header 'Content-Type: application/json' \
--header 'submitter-id: <submitter-id>' \
--data '
{
"walletId": "ZTEST-NOBENF-849P8XKKAO"
}
'{
"walletId": "ZTEST-NOBENF-849P8XKKAO",
"currency": "TON",
"currencyId": "ton-ton",
"availableBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"totalStakeBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"totalRewardBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"totalDeactivatingBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"totalWithdrawalBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"balanceBreakdown": [
{
"address": "Ef_zhiLfydITUXevx3NOkBKyjczc565UvqwkWp07os7EwZMa",
"stakeBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"rewardBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"deactivatingBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"withdrawalAt": "<string>",
"withdrawalBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
}
}
]
}Retrieve staking balances
curl --request POST \
--url https://api.custody.api-zodia.io/v3/api/ase/staking/balances \
--header 'Content-Type: application/json' \
--header 'submitter-id: <submitter-id>' \
--data '
{
"walletId": "ZTEST-NOBENF-849P8XKKAO"
}
'{
"walletId": "ZTEST-NOBENF-849P8XKKAO",
"currency": "TON",
"currencyId": "ton-ton",
"availableBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"totalStakeBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"totalRewardBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"totalDeactivatingBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"totalWithdrawalBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"balanceBreakdown": [
{
"address": "Ef_zhiLfydITUXevx3NOkBKyjczc565UvqwkWp07os7EwZMa",
"stakeBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"rewardBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"deactivatingBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
},
"withdrawalAt": "<string>",
"withdrawalBalance": {
"amount": "6,41400",
"amountLedger": "641400",
"amountFiat": "32,07"
}
}
]
}Email of API user submitting the request
"api-maker@zodia.io"
ID of the wallet
"ZTEST-NOBENF-849P8XKKAO"
OK
ID of the wallet
"ZTEST-NOBENF-849P8XKKAO"
currency of the transfer
"TON"
ID of the currency
"ton-ton"
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes