Skip to content

Get Rwa Tax Report Csv

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

Download RWA tax report as CSV file.

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