# MetaDataKeyValuePair

Used for additional token metadata, fields:

| Field | Type   | Description    |
| ----- | ------ | -------------- |
| key   | String | Metadata key   |
| value | String | Metadata value |

Sample Response:

```json
{
  "key": "website",
  "value": "https://example.com"
}
```
