Deribit · Schema
Withdrawal
DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
Properties
| Name | Type | Description |
|---|---|---|
| address | object | |
| amount | object | |
| confirmed_timestamp | integer | The timestamp (milliseconds since the Unix epoch) of withdrawal confirmation, `null` when not confirmed |
| created_timestamp | object | |
| currency | object | |
| fee | object | |
| id | integer | Withdrawal id in Deribit system |
| priority | number | Id of priority level |
| state | object | |
| transaction_id | object | |
| updated_timestamp | object | |
| nonce | string | Optional idempotency nonce if provided in the request |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/deribit/json-schema/withdrawal.json",
"title": "Withdrawal",
"properties": {
"address": {
"$ref": "#/components/schemas/currency_address"
},
"amount": {
"$ref": "#/components/schemas/currency_amount"
},
"confirmed_timestamp": {
"type": "integer",
"example": 1536569522277,
"nullable": true,
"description": "The timestamp (milliseconds since the Unix epoch) of withdrawal confirmation, `null` when not confirmed"
},
"created_timestamp": {
"$ref": "#/components/schemas/timestamp"
},
"currency": {
"$ref": "#/components/schemas/currency"
},
"fee": {
"$ref": "#/components/schemas/fee"
},
"id": {
"type": "integer",
"example": 1,
"description": "Withdrawal id in Deribit system"
},
"priority": {
"type": "number",
"example": 1,
"description": "Id of priority level"
},
"state": {
"$ref": "#/components/schemas/withdrawal_state"
},
"transaction_id": {
"$ref": "#/components/schemas/currency_transaction_id"
},
"updated_timestamp": {
"$ref": "#/components/schemas/timestamp"
},
"nonce": {
"type": "string",
"description": "Optional idempotency nonce if provided in the request"
}
},
"required": [
"currency",
"address",
"amount",
"state",
"transaction_id",
"updated_timestamp"
],
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/withdrawal"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.