#### URL Expired

The URL for this request expired after 30 days.

### Blockchain

| Key                      | Type   | Requirement |
|-------------------------|--------|-------------|
| blockchain              | string | required     |
| CAIP2                   | string | required     |
| ContractAddress         | string | required     |

### Status Codes

```
200      OK
400      Bad Request
401      Unauthorized
403      Forbidden
404      Not Found
409      Conflict
500      Internal Error
502      Bad Gateway
504      Gateway Timeout
default  Error
```

### Shell Commands

Base URL
`https://api.your-wallet.blockdaemon-wallet.com/api/supported-assets`

```
curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/supported-assets \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "Blockchain": "ethereum"
}'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

application/json

``200``400``401``403``404``409``500``502``504``default
