curl --request GET \
--url https://doc-api.oppiwallet.com/api/supportedCurrency \
--header 'signatureToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' \
--header 'Content-Type: application/json'
[
{
"name": "Bitcoin",
"symbol": "BTC",
"decimal": 18,
"usdPrice": "0.4573",
"eurPrice": "0.421934928",
"tryPrice": "14.934817532999999",
"minPaymentAmount": "1",
"id": "6698aec7f188ae24c673da1c"
}
]
This API is used to retrieve a list of supported currencies.
curl --request GET \
--url https://doc-api.oppiwallet.com/api/supportedCurrency \
--header 'signatureToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' \
--header 'Content-Type: application/json'
[
{
"name": "Bitcoin",
"symbol": "BTC",
"decimal": 18,
"usdPrice": "0.4573",
"eurPrice": "0.421934928",
"tryPrice": "14.934817532999999",
"minPaymentAmount": "1",
"id": "6698aec7f188ae24c673da1c"
}
]
application/json.curl --request GET \
--url https://doc-api.oppiwallet.com/api/supportedCurrency \
--header 'signatureToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' \
--header 'Content-Type: application/json'
[
{
"name": "Bitcoin",
"symbol": "BTC",
"decimal": 18,
"usdPrice": "0.4573",
"eurPrice": "0.421934928",
"tryPrice": "14.934817532999999",
"minPaymentAmount": "1",
"id": "6698aec7f188ae24c673da1c"
}
]