Crypto Transactions | Create
https://docs.herald-api.rare-able.com/api/crypto/transactions
POST
This endpoint is to create the crypto transaction by providing the required parameters.
BODY PARAMS
from 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.
order_id string required
Random Order Id will be generated automatically
RESPONSES
success "boolean"
message "string"
code "integer"
data "object"
url "string"
crypto_transaction "object"
unique_id "string"
from "string"
to "string"
network_type "string"
from_value "decimal"
to_value "decimal"
true_to_value "decimal"
wallet_address "string"
explorer_url "string"
transaction_hash "string"
status "string"
exchange_rate "decimal"
note "string"
created_at "string"
updated_at "string"
success "boolean"
message "string"
code "integer"
data "array"