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
.
List all Statements
The response is of type object
.