API Added: account-recovery
I've added an API to find the account recovery:
curl -s "https://api.justyy.workers.dev/api/steemit/account-recovery/?cached&id=justyy222" | jq
{
"requests": [
{
"id": 2238,
"account_to_recover": "justyy222",
"recovery_account": "happyukgo",
"effective_on": "2024-09-24T06:15:33"
}
]
}
Passing parameter with POST is also fine:
curl -s -X POST -d "id=justyy222" "https://api.justyy.workers.dev/api/steemit/account-recovery/?cached" | jq
If no account recovery changes in process, you will find the "requests" field an empty array.
When account id is not given, or not found, it will return "null". When account name is not valid, it will report error. For example:
curl -s "https://api.justyy.workers.dev/api/steemit/account-recovery/?cached&id=justyy222asdfasdfasdf" | jq
"Account name should be shorter."
Steem to the Moon🚀!
- You can rent Steem Power via rentsp!
- You can swap the STEEM/SBD to SOL Solana via steem2sol!
- You can swap the STEEM/SBD to ETH Ethereum via steem2eth!
- You can swap the STEEM/SBD to Tether USDT (TRC-20) via steem2usdt!
- You can swap the STEEM/SBD to TRX (TRON) via steem2trx!
- You can swap the STEEM/SBD to BTS (BitShares) via steem2bts!
- Register a free STEEM account at SteemYY!
- Steem Block Explorer
- ChatGPT/Steem Integration: You can type !ask command to invoke ChatGPT
- Steem Witness Table and API
- Other Steem Tools
This post has been featured in the latest edition of Steem News...