Book Offer

Books your offer. When you book an offer the rates is guarantted for for 15 minutes. If an offer is not booked then the rates can change.

Request

{
    "offerId":"OFFER_ID",
    "amount": 1000
}
Amount is in the currency you want to buy.
Field
Data Type
Required
Description

offerId

String

True

The ID if the offer to be booked

amount

String

True

Amount is in the currency you want to buy.

Response

{
    "code": "P00",
    "message": "Success"
}

Last updated