Responses
200
200
List of account capabilities for the account purpose and their availability for the platform.
Show child attributes
Show child attributes
Returned values: One of the supported countries in two-letter ISO 3166-1 formatThe country of the account purpose.
Whether or not the account is available for the given country and purpose.
List of account capabilities for the account purpose and their availability for the platform.
Show child attributes
Show child attributes
Returned values: One of the supported countries in two-letter ISO 3166-1 formatThe country of the account purpose.
Whether or not the account is available for the given country and purpose.
Copy
Ask AI
// GET has no body parameters
Copy
Ask AI
{
"Collection": [
{
"Country": "GB",
"Available": true,
"Currencies": [
"GBP"
]
},
{
"Country": "LU",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "FR",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "ES",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "DE",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "US",
"Available": true,
"Currencies": [
"USD"
]
},
{
"Country": "CA",
"Available": true,
"Currencies": [
"CAD"
]
},
{
"Country": "DK",
"Available": true,
"Currencies": [
"DKK"
]
},
{
"Country": "PL",
"Available": false,
"Currencies": [
"PLN"
]
},
{
"Country": "AU",
"Available": false,
"Currencies": [
"AUD"
]
}
],
"UserOwned": [
{
"Country": "GB",
"Available": true,
"Currencies": [
"GBP"
]
},
{
"Country": "LU",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "FR",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "ES",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "DE",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "US",
"Available": true,
"Currencies": [
"USD"
]
},
{
"Country": "CA",
"Available": true,
"Currencies": [
"CAD"
]
},
{
"Country": "DK",
"Available": true,
"Currencies": [
"DKK"
]
},
{
"Country": "PL",
"Available": false,
"Currencies": [
"PLN"
]
},
{
"Country": "AU",
"Available": false,
"Currencies": [
"AUD"
]
}
]
}