Offramp

Offramp transaction endpoints for converting stablecoins to fiat currency

Get offramp quote

post

Get a real-time quote for an offramp transaction including exchange rate, settlement time, and payment rail information.

Authorizations
X-Service-KeystringRequired

Your Switch API service key. Contact us at hello@onSwitch.xyz to obtain your service key.

Body
amountnumberRequired
countrystring · enumRequiredPossible values:
assetstring · enumRequiredPossible values:
currencystring · enumOptional

Optional currency code. If not specified, defaults to the country's local currency.

Possible values:
railstring · enumOptional

Optional payment rail. If not specified, defaults to the country's default rail.

Possible values:
exact_outputbooleanOptionalDefault: false
Responses
200

Successfully retrieved offramp quote

application/json
post
/offramp/quote

Initiate offramp transaction

post

Initiate a stablecoin to fiat transaction.

Authorizations
X-Service-KeystringRequired

Your Switch API service key. Contact us at hello@onSwitch.xyz to obtain your service key.

Body
amountnumberRequired
countrystring · enumRequiredPossible values:
assetstring · enumRequiredPossible values:
currencystring · enumOptional

Optional currency code. If not specified, defaults to the country's local currency.

Possible values:
sender_namestringOptional
exact_outputbooleanOptionalDefault: false
callback_urlstring · uriOptional
referencestring · uuidOptional
railstring · enumOptional

Optional payment rail. If not specified, defaults to the country's default rail.

Possible values:
Responses
200

Successfully initiated offramp transaction

post
/offramp/initiate

Last updated