Wallet

Accept Swap Quote

Accept a quote to perform an internal currency swap

post/wallet/payout/{quoteId}/accept

Path parameters

quoteIdstring uuid required

The ID of the quote to accept

Request body

sourceWalletstring required

The source wallet currency (e.g., 'NGN')

Example request

{
  "sourceWallet": "NGN"
}

Response

Successful swap

statusstring
messagestring

Example response

{
  "status": "ok",
  "message": "quote is being processed"
}

Changes

Changed in 1 of the 32 revisions of this API.1