IBAN
Retrieve IBAN details
Returns IBAN details including the IBAN number, BIC, and Status.
get/api/v1/ibans/details
Response
Successfully retrieved IBAN details
Example response
{
"data": {
"iban": "DE44500105175407324931",
"bic": "GENODEM1GLS",
"ibanStatus": "PENDING",
"address": "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.