Skip to main content
POST
/
api
/
card-token
Issue card token
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"
}
'

Documentation Index

Fetch the complete documentation index at: https://whitebit-mintlify-fix-broken-links-1774829655.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-TXC-APIKEY
string
header
required

API key authentication using signed requests

Body

application/json
cardNumber
string
required

Target card number

Example:

"4111111111111111"

Response

Validation succeeded and card token is returned