Skip to main content
GET
/
api
/
v1
/
money
/
accounts
/
cash
/
eligibility
Get cash account creation eligibility
curl --request GET \
  --url https://public-api.etoro.com/api/v1/money/accounts/cash/eligibility \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-request-id: <x-request-id>' \
  --header 'x-user-key: <x-user-key>'
{
  "eligibilityStatus": "CardAndIbanEligible",
  "ineligibilityReasons": [],
  "prerequisite": {
    "tncInfo": {
      "tncDocId": 42,
      "url": "https://example.com/tnc"
    }
  },
  "contactInfo": {
    "address": "10 High Street",
    "buildingNumber": "10",
    "city": "London",
    "zipCode": "EC1A 1BB",
    "country": "GB",
    "phone": "+441234567890"
  },
  "userInfo": {
    "firstName": "John",
    "middleName": null,
    "lastName": "Doe"
  }
}

Headers

x-request-id
string<uuid>
required

A unique request identifier.

Example:

"a10cd84a-711a-4361-96cc-a4646a372105"

x-api-key
string<password>
required

API key for authentication.

Example:

"lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663"

x-user-key
string<password>
required

User-specific authentication key.

Example:

"eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_"

Response

Eligibility details

eligibilityStatus
enum<string>
required
Available options:
Ineligible,
CardAndIbanEligible,
IbanEligible
ineligibilityReasons
string[] | null
prerequisite
object
contactInfo
object
userInfo
object