Cresium
  1. V3 - BankAddress
Cresium
  • Cresium - V3 Partners
    • API
      • Auth Information for V3 API Partners
      • V3 - Health
        • Health check
      • V3 - Transaction
        • Get Transaction data
        • Search transactions
        • Make a transfer
        • Confirm a transaction
        • Reverse a deposit transaction
      • V3 - BankAddress
        • Get Address
          GET
      • V3 - CompanyFeature
        • Get Company Features
        • Update Feature Enabled State
      • V3 - Rate
        • Get TNA rate
      • V3 - DepositAddress
        • Update Deposit Address
        • Create Deposit Address
      • V3 - Partner
        • Search partner transactions
      • V3 - Auth
        • Generate change password ID for partner user
      • V3 - CompanyTax
        • Upsert Company Tax
      • V3 - Balance
        • Get all wallets for Company
    • Webhooks
      • Auth Information for Webhooks
      • Configuring Webhooks
      • Transactions Events - DEPOSIT
    • Schemas
      • Transaction
  1. V3 - BankAddress

Get Address

GET
/v3/bank-address/{value}

Request

Path Params

Responses

🟢200OK
application/json
Successful response
Body

🟠400Bad Request
🟠401Unauthorized
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.develop.cresium.app/v3/bank-address/'
Response Response Example
200 - Example 1
{
    "data": {
        "id": 0,
        "value": "string",
        "type": "CVU",
        "bankName": "string",
        "ownerName": "string",
        "img": "string",
        "uuid": "string"
    }
}
Modified at 2025-10-16 13:22:07
Previous
Reverse a deposit transaction
Next
Get Company Features
Built with