GET /coverage returns the supported local currencies you can use convert to or from stablecoin. Shows metadata such as country (ISO code), channels, the default channel, typical settlement times, transaction limits etc.
Example Request
curl -L \
--request GET \
--url 'https://api.onswitch.xyz/coverage?direction=OFFRAMP' \
--header 'x-service-key: '" $YOUR_SERVICE_KEY " \
--header 'Accept: */*'
Direction can be ONRAMP or OFFRAMP. ONRAMP returns currencies that can be converted to stablecoin. OFFRAMP returns currencies that stablecoin can be converted to.
Example Response
{
"success" : true ,
"message" : "Coverage fetched successfully" ,
"timestamp" : "2026-03-31T03:38:23.073Z" ,
"data" : [
{
"country" : "NG" ,
"currency" : [ "NGN" ],
"continent" : "AFRICA" ,
"default_channel" : "BANK" ,
"channel" : [ "BANK" , "BLOCKCHAIN" ],
"direction" : [ "ONRAMP" , "OFFRAMP" ],
"settlement_time" : {
"BANK" : "5-10 minutes" ,
"BLOCKCHAIN" : "5-10 minutes"
},
"payout_limit" : {
"BANK" : { "min" : "$0.5" , "max" : "$100,000" },
"BLOCKCHAIN" : { "min" : "$1" , "max" : "$100,000" },
"note" : "This represents the maximum USD value allowed per transaction."
}
},
{
"country" : "GB" ,
"currency" : [ "EUR" , "GBP" ],
"continent" : "EUROPE" ,
"default_channel" : "DOMESTIC_GBP" ,
"channel" : [ "SEPA_EUR" , "DOMESTIC_GBP" ],
"direction" : [ "OFFRAMP" ],
"settlement_time" : {
"SEPA_EUR" : "5-10 minutes" ,
"DOMESTIC_GBP" : "5-10 minutes"
},
"payout_limit" : {
"SEPA_EUR" : { "min" : "$25" , "max" : "$100,000" },
"DOMESTIC_GBP" : { "min" : "$25" , "max" : "$100,000" },
"note" : "This represents the maximum USD value allowed per transaction."
}
}
]
}
payout_limit represents the maximum USD value that is allowed in a single transaction and varies by channel and currency.
Need Help?
Email Support Send us a message and we’ll get back to you shortly.
Book a Demo Hop on a call with our team.