# Get Delegation Amount

### Get Delegation amount information&#x20;

#### Path

* `GET` /:address/:ticker/:target/delegation

#### Description

* Return delegation amount of a ticker from address to  a target address before a maximum height.

#### Parameters

* `address`: The address to delegate from (path parameter).
* `ticker`: Ticker symbol (path parameter).
* target: The address to delegate to (path parameter)
* height:  Maximum revoke height (Optional query parameter)

#### Request Example

```http
GET /0xf9a3020c71Ba4F62364c624242D54a1229f3125F/NUVOGENESIS/0x213675a2BdF53F910972E43166165a08f1AD4489/delegation
```

#### Response Example

```json
{
    "delegation": null
}
```

#### Error Responses

* `500 Server Error`: For server-related issues.
