Get Matching Offers
Query Param
/offer/match?srcCurrency=NGN&dstCurrency=CADQuery Params
Data Type
Required
Description
Response
{
"code": "P00",
"message": "Success",
"data": [
{
"offer": {
"id": 2887,
"inSymbol": "CAD",
"outSymbol": "NGN",
"min": "10000.00",
"max": "4977500.00",
"rate": 500.0,
"offerorName": " - AyoOlu",
"route": "CAD > CADT > NGNT > NGN",
"status": "ACTIVE",
},
"meta": {
"baseRate": 0.0,
"upperSpreadLimit": 0.0,
"lowerSpreadLimit": 0.0,
"highestRate": 500.0,
"lowestRate": 500.0,
"maxDstAmount": "4977500.00",
"minDstAmount": "10000.00",
"maxSrcAmount": "9955.00",
"minSrcAmount": "20.00"
}
}
]
}Last updated