Offramp Transactions | Create https://docs.herald-api.rare-able.com/api/offramp/transactions
POST

This endpoint is to create the offramp transaction by providing the required parameters.

BODY PARAMS

from string required
Must be a valid enabled supported currencies (Ex: USDT , ETH) Please refer .Currencies
to string required
Must be a valid enabled supported currencies (Ex: USDT , ETH) Please refer .Currencies
value decimal required
Value you want to send in the currency you are sending from.
initial_exchange_rate decimal required
Exchange rate of from currency to to currency.
transaction_hash string required
transaction code of the transferred the crypto
bank_account string required
receipient bank account's unique id
network_type string required
network type of the transaction (Ex: BTC, ETH, etc.)

RESPONSES

success "boolean"
message "string"
code "integer"
data "object"

offramp_transaction "object"

unique_id "string"
from "string"
to "string"
network_type "string"
from_value "decimal"
to_value "decimal"
explorer_url "string"
wallet_address "string"
status "string"
exchange_rate "decimal"
transaction_hash "string"
bank_account_transaction "object"

payment_id "string"
info "object"

amount "decimal"
status "string"
bank_account "object"

unique_id "string"
type "string"
currency "string"
bank_account "object"

bank_name "string"
account_number "string"
route_number "string"
status "string"
created_at "string"
updated_at "string"
note "string"
created_at "string"
updated_at "string"

success "boolean"
message "string"
code "integer"
data "array"