Exchange Transaction | List https://docs.herald-api.rare-able.com/api/exchange/transactions
GET

This endpoint is to get list of exchange transactions.

Query 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
from_network_type string optional
supported crypto
to_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
skip integer optional
min:0
take integer required
min:1,max:50

RESPONSES

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

exchange_transaction "object"

unique_id "string"
order_id "string"
from "string"
from_network_type "string"
to "string"
to_network_type "string"
from_value "decimal"
to_value "decimal"
wallet_address "string"
from_wallet_address "string"
to_wallet_address "string"
from_transaction_hash "string"
to_transaction_hash "string"
explorer_url "string"
status "string"
exchange_rate "decimal"
note "string"
user "object"

email "string"
name "string"
client_reference_id "string"
settlement "object"

amount "string"
currency "string"
status "string"
created_at "string"
updated_at "string"

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