Skip to content

Get Wallet Rwa Holdings

GET
/api/rwa/wallets/{address}/rwa-holdings
curl --request GET \
--url https://api.qeychain.xyz/api/rwa/wallets/example/rwa-holdings

Get all RWA token holdings for a wallet address, enriched with NAV, yield, issuer info, and compliance flags.

address
required
Address
string

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}