GET
/
v0
/
info
/
asset
/
{asset}
curl --request GET \
  --url https://api-bluvo.com/v0/info/asset/{asset}
{
  "assets": [
    {
      "asset": "BTC",
      "name": "Bitasset",
      "img": "https://imagedelivery.net/O2jy4rNPBfJl_kHxeRk25Q/9c507b4f-fa1e-4698-c118-bd766c454100/public"
    }
  ]
}

Path Parameters

asset
string
required

The asset symbol to query (e.g. BTC, ETH).

Query Parameters

img
enum<string>

Specifies whether to include an image URL in each asset object. Allowed values are: 'true' (include the default image), 'false' (exclude image), '32' (32px variant), or '64' (64px variant).

Available options:
false,
32,
64,
128

Response

200 - application/json
Successful response
assets
object[]
required