β‘οΈBuy flow
1. Collect valid IDs
2. Search all eligible providers
curl 'https://api.coindisco.com/api/white-label/v1/search-buy-quotes/' \
--request POST \
--header 'Partner-Api-Key: pk_test_YOUR_PUBLIC_KEY' \
--header 'Content-Type: application/json' \
--data '{
"region": 157,
"payment_method": 39,
"cryptocurrency": 1,
"currency": 3,
"network": 1,
"currency_amount": "400"
}'{
"search_id": "7e038ab6-3c65-41cb-a364-2d47471b00de"
}3. Poll the search
Search a specific provider
4. Create the buy transaction
Last updated