For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ“¦Shared resources

Buy and sell flows use the same discovery resources. Retrieve them before requesting quotes and filter them for the current user context.

Active providers

curl 'https://api.coindisco.com/api/white-label/v1/active-providers/' \
  --header 'Partner-Api-Key: pk_test_YOUR_PUBLIC_KEY'
[
  {
    "id": 5,
    "name": "Example Provider",
    "slug_name": "example-provider",
    "icon": "https://cdn.example.com/provider.png",
    "url_for_transaction_details": "https://provider.example/orders/",
    "url_for_support": "https://provider.example/support",
    "domain": "provider.example",
    "privacy": "https://provider.example/privacy",
    "terms": "https://provider.example/terms",
    "sell_available": true
  }
]

sell_available indicates provider-level sell support. Final availability still depends on the selected region, asset, network, currency, method, and amount.

Regions

If child_exists is true, require the applicable state or province rather than submitting only the parent country.

Payment methods

Omit service_id to discover methods across all providers available to the widget.

Fiat currencies

Crypto assets and networks

Follow next until it is null; do not assume that the first page is the complete catalog.

Last updated