v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBNEAR
Get Withdrawable Amount
Returns total amount that can be withdrawn across all wallets of the user.
You can specify the optional wallets parameter to get the total withdrawable amount in specific wallets.
get/v1/near/{network}/withdrawable-amount
Response
Ok
Example response
{
"currency": "100000000000000000000000000",
"amount": "123456"
}