Get Financial Assessment (get_financial_assessment)

This call gets the financial assessment details. The ‘financial assessment’ is a questionnaire that clients of certain Landing Companies need to complete, due to regulatory and KYC (know your client) requirements.

Auth Scope(s): read

get_financial_assessment(passthrough: Optional[Any] = None, req_id: Optional[int] = None) → int
Parameters:
  • passthrough (Optional[Any]) – [Optional] Used to pass data through the websocket, which may be retrieved via the echo_req output field.
  • req_id (Optional[int]) – [Optional] Used to map request to response.
Returns:

req_id

Return type:

int

Example

binary.api.get_financial_assessment()