get
https://api-bot-v1.dbotx.com/automation/approve_record
This API is used to query token's approval result
| Free | Plus | Pro | Enterprise | Credit Usage |
|---|---|---|---|---|
| ✅ | ✅ | ✅ | ✅ | 0 |
Response Data
{
"err": false, // Error or not
"res": {
"state": "done" // Token Approval Status
}
}