Get Matching Offers

Get matching offers makes use of our proprietary offer routing system. We access offers on our open offer network, professional MMs, DEXs and AMMs and return all the matching offer to you.

Query Param

/offer/match?srcCurrency=NGN&dstCurrency=CAD
Query Params
Data Type
Required
Description

srcCurrency

String

True

Fiat or stablecoin currency that you are selling or buying depending on the quoteSide.

destinationCurrency

String

True

Fiat or stablecoin currency that you are buying or selling depending on the quoteSide.

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