Transaction Pending KYC Endpoint
This is used to get the orders (buy or sell) that are pending.
Request Headers
Name
Type
Description
{ success: true,
message: String,
data: [
{
partner_order_id: "",
currency: "",
date_created: "",
txn_type: "BUY | SELL",
memo: "ON-RAMP | OFF-RAMP"
}
]
}Last updated