Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://fgw.whitebit.com/api/card-token \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "cardNumber": "4111111111111111" } '
201
Issue a card token for WhiteBIT card operations via the API.
API key authentication using signed requests
Target card number
"4111111111111111"
Validation succeeded and card token is returned
Was this page helpful?