# Get NFT standards

Get NFT standards

```
GET /nft-token-standards
```

## Query params

None

## Sorting

None

## Optional properties

None

## Response

List of value objects describing the available NFT standards

## Example

```bash
curl -X 'GET' \
  'https://api.testnet.cspr.cloud/nft-token-standards' \
  -H 'accept: application/json' \
  -H 'authorization: 55f79117-fc4d-4d60-9956-65423f39a06a'
```

```json
{
  "data": [
    {
      "id": 1,
      "name": "CEP47"
    },
    {
      "id": 2,
      "name": "CEP78"
    }
  ]
}
```
