Skip to content

List payment currencies

GET
/payments/currencies
curl --request GET \
--url https://api.ltesocks.io/v2/payments/currencies \
--header 'Authorization: Bearer <token>'

Reserved endpoint for payment currencies. The v2 contract currently marks this operation as under development.

The bearer token is missing, invalid, or no longer active.

Media typeapplication/json
object
error

Error text representation

string
Example
{
"error": "example error"
}

The configured request limit has been exceeded.

Media typeapplication/json
object
error

Error text representation

string
Example
{
"error": "example error"
}

Under development

Media typeapplication/json
object
error

Error text representation

string
Example
{
"error": "Under Development"
}