accounts
Get crypto allowances for an account info
Returns information for all crypto allowances for an account.
get/api/v1/accounts/{idOrAliasOrEvmAddress}/allowances/crypto
Path parameters
idOrAliasOrEvmAddressstring required
Account alias or account id or evm address
Query parameters
limitinteger
The maximum number of items to return
order'asc' | 'desc'
The order in which items are listed
spender.idstring
The ID of the spender to return information for
Response
OK
Example response
{
"allowances": [
{
"amount": 75,
"amount_granted": 100,
"owner": "0.0.2",
"spender": "0.0.2",
"timestamp": {
"from": "1586567700.453054000",
"to": "1586567700.453054000"
}
}
]
}