GET
/
accounts
/
transfer
/
rate
/
{currencyPair}
curl --request GET \
  --url https://api.sandbox.sudo.cards/accounts/transfer/rate/{currencyPair} \
  --header 'Authorization: <api-key>'
"{\n    \"statusCode\": 200,\n    \"message\": \"Exchange rate fetched successfully.\",\n    \"data\": {\n        \"rate\": \"530.00\",\n        \"sell\": \"482.00\",\n        \"buy\": \"530.00\"\n    }\n}"

Authorizations

Authorization
string
header
required

Path Parameters

currencyPair
string
default:
USDNGN
required

Exchange Currency Pair. Example USDNGN.

Response

200
application/json
200
statusCode
integer
default:
0
message
string
data
object