Skip to main content
GET
/
subaccounts
/
accounts
/
{subaccountId}
/
bank-info
Return bank information for a subaccount
curl --request GET \
  --url https://api.anchorage-staging.com/v2/subaccounts/accounts/{subaccountId}/bank-info \
  --header 'Api-Access-Key: <api-key>'
{
  "data": {
    "bank": "<string>",
    "bankAccountNr": "<string>",
    "bankAddress": "<string>",
    "bankRoutingNr": "<string>",
    "bankSwiftCode": "<string>",
    "beneficiaryAddress": "<string>",
    "beneficiaryName": "<string>",
    "memo": "<string>"
  }
}

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Path Parameters

subaccountId
string
required

Unique Identifier for the subaccount

Response

Successfully returned bank info

data
object