Path Parameters
Body
application/json · any
The body is of type any.
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/account/{accountId}/statement \
--header 'Content-Type: application/json' \
--data '""'{
"data": [],
"total": 0
}List all Statements
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/account/{accountId}/statement \
--header 'Content-Type: application/json' \
--data '""'{
"data": [],
"total": 0
}The body is of type any.