Offramp Transactions | Index
https://docs.herald-api.rare-able.com/api/offramp/transactions
GET
This endpoint is to get list of offramp transactions.
BODY PARAMS
search string optional
string, min:3, max:30
from string optional
Must be a valid enabled supported crypto (Ex: USDT , ETH) Please refer .Currencies
to string optional
Must be a valid enabled supported fiat currency (Ex: USD , EUR) Please refer .Currencies
network_type string optional
supported crypto
min_from_amount string optional
numeric, greater than 0
max_from_amount string optional
numeric, greater than or equals to :min_from_amount
min_to_amount string optional
numeric, greater than 0
max_to_amount string optional
numeric, greater than or equals to :min_to_amount
start_date string optional
date, before_or_equal:today, date_format:Y-m-d
end_date string optional
date, after_or_equal:start_date, date_format:Y-m-d
status string optional
Accepted: Initiated, Processing, Completed, Failed
order_by string optional
Accepted: Oldest, Latest
Query PARAMS
skip integer required
min:0
take integer required
min:1,max:50
RESPONSES
success "boolean"
message "string"
code "integer"
data "object"
total_offramp_transactions "integer"
offramp_transactions "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"
note "string"
user "object"
email "string"
name "string"
client_reference_id "string"
created_at "string"
updated_at "string"
success "boolean"
message "string"
code "integer"
data "array"