GET
/
v1
/
account
/
{accountId}
/
statement
curl --request GET \
  --url https://qa-api.sbx.solidfi.com/v1/account/{accountId}/statement \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "data": [],
  "total": 0
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

accountId
string
required

Body

application/json · any

The body is of type any.

Response

200 - application/json
List all Statements
data
any[]
Example:
[]
total
number
Example:

0