Deposit Crypto https://cms.inr-exchange.rare-able.com/api/user/deposit_transactions
POST

This endpoint allows an authenticated user to create a new transaction from one of their wallets to a specified beneficiary account. The user must provide wallet ID, beneficiary account ID, amounts, exchange rate, service fee, and optional tax. On success, the API returns the details of the newly created transaction, including wallet information and applied charges.

BODY PARAMS

network_type string required
transaction_hash string required
value string required

HEADERS

Accept "string"
application/json
x-api-key (Secret Key) "string"
To generate please use Get Access Token
X-Api-Signature "string"
X-Api-Timestamp "Timestamp"

RESPONSES

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

deposit_transaction "object"

unique_id "string"
transaction_hash "string"
from_amount "string"
network_type "string"
to_wallet_id "string"
payment_type "string"
to_amount "string"
currency "string"
tax "string"
commission "string"
commission_rate "integer"
total_amount "string"
from_wallet_address "string"
to_wallet_address "string"
true_token "integer"
gas_fee "integer"
payment_file "string|null"
status "integer"
created_at "string"
updated_at "string"

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