ReferenceAccount
Check your API key
Open raw markdownFor pasting into AI assistants
Authorization
apiKey AuthorizationBearer <token>
API key generated from your account settings on the website. Send as Authorization: Bearer csd_....
In: header
Response Body
curl -X GET "https://example.com/auth/api-key"Empty
Migrating from the v1 API
Endpoint-by-endpoint mapping from the legacy /IService/Method/v1 API.
Crypto withdrawal status GET
One crypto withdrawal by the `withdrawal_id` returned when it was created. `tx_hash` and `network_fee` are `null` until the transaction is broadcast. Poll this until `status` settles at `SUCCESS` or `FAILED`; a failed withdrawal has been refunded to your balance.