β¬ οΈSell flow
1. Collect sell-compatible inputs
2. Search sell quotes
curl 'https://api.coindisco.com/api/white-label/v1/search-sell-quotes/' \
--request POST \
--header 'Partner-Api-Key: pk_test_YOUR_PUBLIC_KEY' \
--header 'Content-Type: application/json' \
--data '{
"region": 157,
"currency": 3,
"network": 2,
"payment_method": 39,
"cryptocurrency": 2,
"cryptocurrency_amount": "0.05"
}'{
"search_id": "e0070884-d502-44ba-93c2-ee77101897cb"
}3. Poll the sell search
4. Create the sell transaction
Last updated