Get Best Offer

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

Query Param

/offer/best?srcCurrency=NGN&destinationCurrency=CAD&amount=100&quoteSide=DST
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.

amount

String

True

Total amount that you are selling.

quoteSide

String

FALSE

Can be SRC or DST.

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