Onramps#Create
Get the transfer details to send fiat and receive crypto.
When making your bank transfer, transfer the amount of fiat specified in deposit_amount
, NOTdestination_amount,
to cover fees.
Please be careful with specifying the destination_address
. Request Technology cannot be held liable for funds sent to an incorrect or inaccessible deposit address.
Example Request
Endpoint Information
Create Onramp
POST
https://{{base_url}}/users/:user_id/onramp
Path Parameters
user_id*
UUID
The ID for the user who is making the payment.
Request Body
destination_amount*
Integer
The amount in crypto currency you would like to be delivered to the destination_address
.
crypto_currency*
String
The symbol of the token you would like to receive. Allowed values: usdc
.
fiat_rails*
String
The payment method you would like to use to pay for the Onramp. Allowed values for usd
:ach_push
, wire
.
Allowed values for eur: local
crypto_rails*
String
The blockchain you want to receive the token on. Allowed values: ethereum
, polygon
, tron.
fiat_currency*
String
The fiat currency you want to use to pay for the Onramp. Allowed values: usd, eur.
destination_address*
String
The crypto address you would like the Onramp delivered to.
Last updated