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.
get
/accounts/{accountId}/asset-approvals
Path parameters
accountIdstring SS58required
SS58 address of the account.
Query parameters
atstring unsignedInteger or $hex
Block height (as a non-negative integer) or hash (as a hex string).
assetIdstring unsignedIntegerrequired
An assetId represented as an unsignedInteger.
delegatestring SS58required
The delegate's accountId
associated with an asset-approval.
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400