Developer Docs
Build on Thiqwave
Programmable infrastructure for cross-border FX and settlement
# Request a quote
curl -X POST https://api.thiqwave.com/api/v1/transactions/quote \
-H "X-API-Key: $THIQWAVE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"corridor_id": "AE-SG",
"source_asset": "AED",
"source_amount_minor": "100000",
"destination_asset": "SGD",
"destination_kind": "BANK"
}'Start here
Concepts