Skip to main content
GET
/
api
/
v0
/
assets
/
{asset}
/
balance
Get balance by asset
curl --request GET \
  --url https://app.crown-brlv.com/api/v0/assets/{asset}/balance
{
  "balance": {
    "running-balance": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.crown-brlv.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

asset
enum<string>
required
Available options:
usdc,
usdt,
brl,
brly,
usd,
brlv,
wbrly

Response

Asset balance retrieved successfully

balance
object
required