Skip to content

Get Rwa Tax Report

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

Generate RWA tax report for a wallet. Separates interest income (yield) from capital gains (disposals). Returns structured data for Form 8949 + Schedule B.

address
required
Address
string
tax_year
Tax Year
integer

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"
}
]
}