Asset approvals
Get an asset approval for an account.
Returns information about an account's asset approval transaction. It is required to pass in a delegate and an assetId as query parameters.
GEThttps://dot-playbook.nownodes.io/accounts/{accountId}/asset-approvals
Path parameters
accountId*string (SS58)
SS58 address of the account.
Query parameters
Response
successfull operation
Body
atBlockIdentifiers (object)
Block number and hash at which the call was made.
amountstring (unsignedInteger)
The amount of funds approved for the balance transfer from the owner to some delegated target.
depositstring (unsignedInteger)
The amount reserved on the owner's account to hold this item in storage.
Request
Response