#### URL Expired

The URL for this request expired after 30 days.

Filter for asset info search. All fields are optional. An empty object returns all assets.

| Field       | Type                       | Description                                                 |
|-------------|----------------------------|-------------------------------------------------------------|
| CAIP2      | string                     | Chain ID according to CAIP-2 (e.g. "eip155:1").          |
| ChainName  | string                     | Canonical name of the chain (e.g. "Bitcoin Testnet4").   |
| CAIP19     | string                     | Asset type according to CAIP-19 (e.g. "eip155:1/slip44:60")|
| Symbol      | string                     | Asset symbol (e.g. "BTC", "ETH").                        |
| TestNetwork | boolean \| null           | If `true` or `false`, restrict to that testnet/mainnet flag. Omit the field or send JSON `null` to apply no testnet filter.

### Responses

* `` 200      OK``
* `` 400      Invalid input, validation error, or malformed request``
* `` 500      Internal server error. May include an `errorCode` (M-prefixed) and `data` from the MPA error code system. See `cwpapi/errors.go` for codes.

### Example Request

```
curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/cwp/assetinfos/search \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Base URL

https://api.your-wallet.blockdaemon-wallet.com/api/cwp/assetinfos/search
