subscan-explorer / subscan-essentials

Polkadot Substrate Explorer Subscan

Home Page:https://www.subscan.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is the until meaning? at the post request https://polkadot.api.subscan.io/api/scan/staking/unbonding

LXHLeaner opened this issue · comments

What is the "until": 5753667 meaning?

The post request is geting the release amount ?
=========>
post:
https://polkadot.api.subscan.io/api/scan/staking/unbonding
{
"address": "13bX5LJa8TvnfLbiNsqU7eorMy6usuusCrEGuGgegBCwarhH"
}
=========>
get:
{
"code": 0,
"message": "Success",
"generated_at": 1665366852,
"data": {
"native": [
{
"amount": "10000000000",
"until": 5753667
}
]
}
}