# Bank Accounts and Wallet Addresses

### Bank Accounts Coordinates

We support the following Bank Account Coordinates when creating a new Bank Account for a Client Account. The Bank Account type need to be chosen either on Rialto's app interface when creating the Bank Account, or passed in the API request body:

* IBAN : fields are IBAN and BIC
* SWIFT : fields are Account Number and BIC
* SWIFT MX: fields are Clabe and BIC
* Routing Number: fields are Account Number and Routing Number
* Sort Code: fields are Account Number and Sort Code
* IN IR: fields are Account Number and IFSC
* AU: fields are Account Number and BSB Code
* different types of bank accounts coordinates we support

### Wallet Addresses History Checks

Rialto partners with [Scorechain](https://www.scorechain.com/) to check compliance of Client Accounts wallets.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rialtobridge.xyz/concepts/bank-accounts-and-wallet-addresses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
