Skip to main content
POST
Create swap quotation

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Body

application/json
fromCurrency
enum<string>
required

Currency to swap from

Available options:
NGN,
USDT,
USDC
toCurrency
enum<string>
required

Currency to swap to

Available options:
NGN,
USDT,
USDC
amount
string
required

Amount to swap

Example:

"100.00"

Response

Swap quotation created successfully.