Fiat
GET /withdrawals/fiat_accounts
GET /withdrawals/fiat_accounts
Sample Response
Retrieves a list of all whitelisted fiat withdrawal accounts.
Parameter | Description | Type |
---|---|---|
withdrawal_account_id | The ID of the withdrawal account | number |
name | The nickname given to the withdrawal account | string |
status | The approval status of the withdrawal account | string |
asset | The asset code for the specific withdrawal account, e.g. e₹ | string |
limit | The limit applied to the account on a per-withdrawal basis | number |
type | The type of account: | string |
beneficiary_name | The owner of the account at the withdrawal destination | string |
account_number | The unique IBAN or account number for the final withdrawal destination | string |
bank_name | The name of the destination financial institution | string |
routing_number | For US wires, the ABA routing number identifies the destination financial institution | string |
swift_code | SWIFT code, NEFT, RTGS as applicable | string |
recipient_instructions | Any additional instructions on the account | string |
intermediary_ bank_name | Intermediary bank name, if applicable | string |
intermediary_ bank_code_type | Intermediary bank identifier code type, if applicable
Options include | string |
intermediary_ bank_code | Intermediary bank identifier that corresponds to | string |
intermediary_ bank_account_number | Intermediary bank IBAN or account number, if applicable | string |
correspondent_ bank_name | Correspondent bank name, if applicable | string |
correspondent_ bank_code_type | Correspondent bank identifier code type, if applicable. Options include | string |
correspondent_ bank_code | Correspondent bank identifier that corresponds to | string |
correspondent_ bank_account_number | Correspondent bank IBAN or account number, if applicable | string |
last_update | Timestamp for when the withdrawal address last update | timestamp |
submitted_address | This is the original value for an address submitted by you, that was converted into a newer format supported by NDAX - this will be null if no conversion is necessary | string |
participant_code | The participant the request belongs to, e.g. | string |
Last updated