Get account info for an address
| address required | string (Address) ^0x[a-fA-F0-9]{40}$ |
| limit required | integer [ 1 .. 256 ] |
| page required | integer >= 0 |
{- "address": "string",
- "limit": 1,
- "page": 0,
- "owned_features": [
- "string"
], - "owned_transformations": [
- "string"
], - "owned_conditions": [
- "string"
], - "total_features": 0,
- "total_transformations": 0,
- "total_conditions": 0
}