Jump to Content
whitebird
API Reference
v1.1

Log Inwhitebird
API Reference
Log In
v1.1API Reference

WEB SDK

  • Initialize Main Flow
  • Initialize Linked Client Flow
    • Initialize Verification Flow
  • Demo Flow
  • Test Environment
  • Additional Params for SDK
    • SDK Themes for 1.0 (deprecated)
    • SDK Themes for 1.1

Webhooks

  • Order status
  • Sumsub verification status
  • Client verification status
  • Webhooks security
  • Crm tickets processed

API Reference

  • Preorder
    • Create preorder
    • Get preorder
  • Order
    • Get order
  • Linked client
    • Create link
    • Get client by linkId
    • Validate email
    • Sumsub. Access to verification
    • Sumsub. Get verification data
    • Assist. Get customer
    • Assist. Get customer cards
  • Currency
    • List of all available currencies
    • List of available currencies for verified client
    • List of available currency pairs for verified client
  • SDK
    • Get sdk token by client

Dictionaries

  • OrderStatus
  • AssetPosition
  • CurrencyPair
  • OrderType
  • ClientStatus

Additional features

  • Validate new order
  • Limiting asset
  • Preset payment data
Powered by 

List of all available currencies

GET https://exchange-core.whitebird.io/api/v1/sdk/exchange/currency

Response

[
  {
    "crypto": true,
    "currency": "BTC"
  }
]

Example request

curl -X GET 'https://exchange-core.whitebird.io/api/v1/sdk/exchange/currency' \
  -H 'Content-Type: application/json' \